#FDFCFB Eyeball
#FDFCFB (Eyeball) RGB value is (253, 252, 251).
Red value is 253, green value is 252, and blue value is 251.
Cylindrical-coordinate representations (HSL) of color #FDFCFB: hue: 30°, saturation: 33.3%, and lightness: 98.8%.
Process color (CMYK) of #FDFCFB is 0%, 0.4%, 0.8%, 0.8%. Web safe color equivalent of #FDFCFB is ##FFFFFF. Color #FDFCFB contains mainly WHITE.
Color Spaces
| Color spaces of #FDFCFB | Value |
|---|---|
| RGB | 253, 252, 251 |
| HSL | 30°, 33.3%, 98.8% |
| HSV / HSB | 30°, 0.8%, 99.2% |
| CMYK | 0%, 0.4%, 0.8%, 0.8% |
| XYZ | 92.73, 97.47, 105.18 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11111101 | 11111100 | 11111011 |
| Octal | 375 | 374 | 373 |
| Decimal | 253 | 252 | 251 |
| Hex | FD | FC | FB |
Shades of #FDFCFB
Tints of #FDFCFB
.mybgColor { background-color: #FDFCFB; }
.myforeColor { color: #FDFCFB; }
.myborderColor { border: 3px solid #FDFCFB; }
<p style="color:#FDFCFB">Text here</p>
This sample text is styled with font color #FDFCFB. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#FDFCFB">Div content here</div>
<div style="border:3px solid #FDFCFB">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253, 252, 251, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #FDFCFB; }
.divShadow { -moz-box-shadow: 1px 1px 3px #FDFCFB;
-webkit-box-shadow: 1px 1px 3px #FDFCFB;
box-shadow: 1px 1px 3px #FDFCFB; }
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 #FDFCFB (Eyeball)
Color Overview & Profile: Color #FDFCFB, 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 99% Red (253/255), 99% Green (252/255), and 98% Blue (251/255). The primary color family component is WHITE.
Print & Physical Production Specs: For physical print production and offset printing setups, #FDFCFB translates into the CMYK subtractive color model with values of 0% Cyan, 0.4% Magenta, 0.8% Yellow, and 0.8% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 30°, saturation of 33.3%, and lightness of 98.8%.
Web Accessibility & Design Recommendations: When implementing #FDFCFB 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.
