Shades of Ivory #FCFDE8
Tints of Ivory #FCFDE8
RGB
CMYK
RGB Variations
Color information
#FCFDE8 (or 0xFCFDE8) is known color: Ivory. HEX triplet: FC, FD and E8. RGB value is (252,253,232). Sum of RGB (Red+Green+Blue) = 252+253+232=737 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.19% from 737); Green value is 253 (99.22% from 255 or 34.33% from 737); Blue value is 232 (91.02% from 255 or 31.48% from 737); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFDE8 is #030217. Grayscale: #FAFAFA. Windows color (decimal): -197144 or 15269372. OLE color: 15269372.
HSL color Cylindrical-coordinate representation of color #FCFDE8: hue angle of 62.86º 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 #FCFDE8 is Cyan = 0.00, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 253 | 232 | - |
| CMYK | 0.00 | 0 | 0.08 | 0.01 |
| HSL | 62.86º | 0.84% | 0.95% | - |
| HSV(B) | 62.86º | 0.08% | 0.99% | - |
| XYZ | 89.84 | 96.77 | 90.29 | - |
| YUV | 250.31 | 117.67 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 253 | 232 | 0.00 | 0 | 0.08 | 0.01 | 62.86 | 0.84 | 0.95 |
| Hex | FC | FD | E8 | 0 | 0 | 8 | 1 | 3F | 54 | 5F |
| Octal | 374 | 375 | 350 | 0 | 0 | 10 | 1 | 77 | 124 | 137 |
| Binary | 11111100 | 11111101 | 11101000 | 0 | 0 | 1000 | 1 | 111111 | 1010100 | 1011111 |
Color Harmonies of #FCFDE8
Complementary color
Monochromatic Colors of #FCFDE8
Black with #FCFDE8
Text Example
Text Example
White with #FCFDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFDE8; }
p { color: rgb(252,253,232); }
H1.HeaderClassName
{
color: #FCFDE8;
}
.AnyTagClassName
{
color: #FCFDE8;
}
</style>
background-color css
<style>
a { background-color: #FCFDE8; }
a { background-color: rgb(252,253,232); }
div.DivClassName
{
background-color: #FCFDE8;
}
.BgClassName
{
background-color: #FCFDE8;
}
</style>
border-color css
<style>
span { border-color: #FCFDE8; }
span { border-color: rgb(252,253,232); }
td.TdClassName
{
border-color: #FCFDE8;
}
.TagClassName
{
border-color: #FCFDE8;
}
</style>