#FFFBFA Eyeball
#FFFBFA (Eyeball) RGB value is (255, 251, 250).
Red value is 255, green value is 251, and blue value is 250.
Cylindrical-coordinate representations (HSL) of color #FFFBFA: hue: 12°, saturation: 100%, and lightness: 99%.
Process color (CMYK) of #FFFBFA is 0%, 1.6%, 2%, 0%. Web safe color equivalent of #FFFBFA is ##FFFFFF. Color #FFFBFA contains mainly WHITE.
Color Spaces
| Color spaces of #FFFBFA | Value |
|---|---|
| RGB | 255, 251, 250 |
| HSL | 12°, 100%, 99% |
| HSV / HSB | 12°, 2%, 100% |
| CMYK | 0%, 1.6%, 2%, 0% |
| XYZ | 92.99, 97.16, 104.28 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11111111 | 11111011 | 11111010 |
| Octal | 377 | 373 | 372 |
| Decimal | 255 | 251 | 250 |
| Hex | FF | FB | FA |
Shades of #FFFBFA
Tints of #FFFBFA
.mybgColor { background-color: #FFFBFA; }
.myforeColor { color: #FFFBFA; }
.myborderColor { border: 3px solid #FFFBFA; }
<p style="color:#FFFBFA">Text here</p>
This sample text is styled with font color #FFFBFA. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#FFFBFA">Div content here</div>
<div style="border:3px solid #FFFBFA">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255, 251, 250, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #FFFBFA; }
.divShadow { -moz-box-shadow: 1px 1px 3px #FFFBFA;
-webkit-box-shadow: 1px 1px 3px #FFFBFA;
box-shadow: 1px 1px 3px #FFFBFA; }
This text has a CSS3 shadow effect generated with RGB color values.
This text has a CSS3 shadow effect generated with Hex color values.
Related Colors & Harmonies
Detailed Specifications & Design Guide for #FFFBFA (Eyeball)
Color Overview & Profile: Color #FFFBFA, also known as Eyeball, is a prominent hue with strong representation in digital UI designs and print graphics. In the sRGB color space, it is composed of 100% Red (255/255), 98% Green (251/255), and 98% Blue (250/255). The primary color family component is WHITE.
Print & Physical Production Specs: For physical print production and offset printing setups, #FFFBFA translates into the CMYK subtractive color model with values of 0% Cyan, 1.6% Magenta, 2% Yellow, and 0% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 12°, saturation of 100%, and lightness of 99%.
Web Accessibility & Design Recommendations: When implementing #FFFBFA in web frontend frameworks, ensure sufficient contrast ratios for readability according to WCAG 2.1 standards. The web-safe equivalent hex value for this color is ##FFFFFF.
