Shades of Ivory #FDFCE8
Tints of Ivory #FDFCE8
RGB
CMYK
RGB Variations
Color information
#FDFCE8 (or 0xFDFCE8) is known color: Ivory. HEX triplet: FD, FC and E8. RGB value is (253,252,232). Sum of RGB (Red+Green+Blue) = 253+252+232=737 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.33% from 737); Green value is 252 (98.83% from 255 or 34.19% from 737); Blue value is 232 (91.02% from 255 or 31.48% from 737); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFCE8 is #020317. Grayscale: #FAFAFA. Windows color (decimal): -131864 or 15269117. OLE color: 15269117.
HSL color Cylindrical-coordinate representation of color #FDFCE8: hue angle of 57.14º degrees, saturation: 0.84, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FDFCE8 is Cyan = 0, Magento = 0.00, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 252 | 232 | - |
| CMYK | 0 | 0.00 | 0.08 | 0.01 |
| HSL | 57.14º | 0.84% | 0.95% | - |
| HSV(B) | 57.14º | 0.08% | 0.99% | - |
| XYZ | 89.88 | 96.33 | 90.2 | - |
| YUV | 250.02 | 117.83 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 252 | 232 | 0 | 0.00 | 0.08 | 0.01 | 57.14 | 0.84 | 0.95 |
| Hex | FD | FC | E8 | 0 | 0 | 8 | 1 | 39 | 54 | 5F |
| Octal | 375 | 374 | 350 | 0 | 0 | 10 | 1 | 71 | 124 | 137 |
| Binary | 11111101 | 11111100 | 11101000 | 0 | 0 | 1000 | 1 | 111001 | 1010100 | 1011111 |
Color Harmonies of #FDFCE8
Complementary color
Monochromatic Colors of #FDFCE8
Black with #FDFCE8
Text Example
Text Example
White with #FDFCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFCE8; }
p { color: rgb(253,252,232); }
H1.HeaderClassName
{
color: #FDFCE8;
}
.AnyTagClassName
{
color: #FDFCE8;
}
</style>
background-color css
<style>
a { background-color: #FDFCE8; }
a { background-color: rgb(253,252,232); }
div.DivClassName
{
background-color: #FDFCE8;
}
.BgClassName
{
background-color: #FDFCE8;
}
</style>
border-color css
<style>
span { border-color: #FDFCE8; }
span { border-color: rgb(253,252,232); }
td.TdClassName
{
border-color: #FDFCE8;
}
.TagClassName
{
border-color: #FDFCE8;
}
</style>