Shades of Ivory #FDFCE9
Tints of Ivory #FDFCE9
RGB
CMYK
RGB Variations
Color information
#FDFCE9 (or 0xFDFCE9) is known color: Ivory. HEX triplet: FD, FC and E9. RGB value is (253,252,233). Sum of RGB (Red+Green+Blue) = 253+252+233=738 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.28% from 738); Green value is 252 (98.83% from 255 or 34.15% from 738); Blue value is 233 (91.41% from 255 or 31.57% from 738); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFCE9 is #020316. Grayscale: #FAFAFA. Windows color (decimal): -131863 or 15334653. OLE color: 15334653.
HSL color Cylindrical-coordinate representation of color #FDFCE9: hue angle of 57º degrees, saturation: 0.83, 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 #FDFCE9 is Cyan = 0, Magento = 0.00, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 252 | 233 | - |
| CMYK | 0 | 0.00 | 0.08 | 0.01 |
| HSL | 57º | 0.83% | 0.95% | - |
| HSV(B) | 57º | 0.08% | 0.99% | - |
| XYZ | 90.03 | 96.39 | 90.95 | - |
| YUV | 250.13 | 118.33 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 252 | 233 | 0 | 0.00 | 0.08 | 0.01 | 57 | 0.83 | 0.95 |
| Hex | FD | FC | E9 | 0 | 0 | 8 | 1 | 39 | 53 | 5F |
| Octal | 375 | 374 | 351 | 0 | 0 | 10 | 1 | 71 | 123 | 137 |
| Binary | 11111101 | 11111100 | 11101001 | 0 | 0 | 1000 | 1 | 111001 | 1010011 | 1011111 |
Color Harmonies of #FDFCE9
Complementary color
Monochromatic Colors of #FDFCE9
Black with #FDFCE9
Text Example
Text Example
White with #FDFCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFCE9; }
p { color: rgb(253,252,233); }
H1.HeaderClassName
{
color: #FDFCE9;
}
.AnyTagClassName
{
color: #FDFCE9;
}
</style>
background-color css
<style>
a { background-color: #FDFCE9; }
a { background-color: rgb(253,252,233); }
div.DivClassName
{
background-color: #FDFCE9;
}
.BgClassName
{
background-color: #FDFCE9;
}
</style>
border-color css
<style>
span { border-color: #FDFCE9; }
span { border-color: rgb(253,252,233); }
td.TdClassName
{
border-color: #FDFCE9;
}
.TagClassName
{
border-color: #FDFCE9;
}
</style>