Shades of Ivory #FDFCED
Tints of Ivory #FDFCED
RGB
CMYK
RGB Variations
Color information
#FDFCED (or 0xFDFCED) is known color: Ivory. HEX triplet: FD, FC and ED. RGB value is (253,252,237). Sum of RGB (Red+Green+Blue) = 253+252+237=742 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.10% from 742); Green value is 252 (98.83% from 255 or 33.96% from 742); Blue value is 237 (92.97% from 255 or 31.94% from 742); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFCED is #020312. Grayscale: #FAFAFA. Windows color (decimal): -131859 or 15596797. OLE color: 15596797.
HSL color Cylindrical-coordinate representation of color #FDFCED: hue angle of 56.25º degrees, saturation: 0.8, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FDFCED is Cyan = 0, Magento = 0.00, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 252 | 237 | - |
CMYK | 0 | 0.00 | 0.06 | 0.01 |
HSL | 56.25º | 0.8% | 0.96% | - |
HSV(B) | 56.25º | 0.06% | 0.99% | - |
XYZ | 90.6 | 96.62 | 93.99 | - |
YUV | 250.59 | 120.33 | 129.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 252 | 237 | 0 | 0.00 | 0.06 | 0.01 | 56.25 | 0.8 | 0.96 |
Hex | FD | FC | ED | 0 | 0 | 6 | 1 | 38 | 50 | 60 |
Octal | 375 | 374 | 355 | 0 | 0 | 6 | 1 | 70 | 120 | 140 |
Binary | 11111101 | 11111100 | 11101101 | 0 | 0 | 110 | 1 | 111000 | 1010000 | 1100000 |
Color Harmonies of #FDFCED
Complementary color
Monochromatic Colors of #FDFCED
Black with #FDFCED
Text Example
Text Example
White with #FDFCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFCED; }
p { color: rgb(253,252,237); }
H1.HeaderClassName
{
color: #FDFCED;
}
.AnyTagClassName
{
color: #FDFCED;
}
</style>
background-color css
<style>
a { background-color: #FDFCED; }
a { background-color: rgb(253,252,237); }
div.DivClassName
{
background-color: #FDFCED;
}
.BgClassName
{
background-color: #FDFCED;
}
</style>
border-color css
<style>
span { border-color: #FDFCED; }
span { border-color: rgb(253,252,237); }
td.TdClassName
{
border-color: #FDFCED;
}
.TagClassName
{
border-color: #FDFCED;
}
</style>