Shades of Ivory #FDFDFC
Tints of Ivory #FDFDFC
RGB
CMYK
RGB Variations
Color information
#FDFDFC (or 0xFDFDFC) is known color: Ivory. HEX triplet: FD, FD and FC. RGB value is (253,253,252). Sum of RGB (Red+Green+Blue) = 253+253+252=758 (100% of max value = 765). Red value is 253 (99.22% from 255 or 33.38% from 758); Green value is 253 (99.22% from 255 or 33.38% from 758); Blue value is 252 (98.83% from 255 or 33.25% from 758); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFDFC is #020203. Grayscale: #FCFCFC. Windows color (decimal): -131588 or 16580093. OLE color: 16580093.
HSL color Cylindrical-coordinate representation of color #FDFDFC: hue angle of 60º degrees, saturation: 0.2, lightness: 0.99%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0%. Process color model (Four color, CMYK) of #FDFDFC is Cyan = 0, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 253 | 252 | - |
CMYK | 0 | 0 | 0.00 | 0.01 |
HSL | 60º | 0.2% | 0.99% | - |
HSV(B) | 60º | 0% | 0.99% | - |
XYZ | 93.2 | 98.16 | 106.13 | - |
YUV | 252.89 | 127.5 | 128.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 253 | 252 | 0 | 0 | 0.00 | 0.01 | 60 | 0.2 | 0.99 |
Hex | FD | FD | FC | 0 | 0 | 0 | 1 | 3C | 14 | 63 |
Octal | 375 | 375 | 374 | 0 | 0 | 0 | 1 | 74 | 24 | 143 |
Binary | 11111101 | 11111101 | 11111100 | 0 | 0 | 0 | 1 | 111100 | 10100 | 1100011 |
Color Harmonies of #FDFDFC
Complementary color
Monochromatic Colors of #FDFDFC
Black with #FDFDFC
Text Example
Text Example
White with #FDFDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFDFC; }
p { color: rgb(253,253,252); }
H1.HeaderClassName
{
color: #FDFDFC;
}
.AnyTagClassName
{
color: #FDFDFC;
}
</style>
background-color css
<style>
a { background-color: #FDFDFC; }
a { background-color: rgb(253,253,252); }
div.DivClassName
{
background-color: #FDFDFC;
}
.BgClassName
{
background-color: #FDFDFC;
}
</style>
border-color css
<style>
span { border-color: #FDFDFC; }
span { border-color: rgb(253,253,252); }
td.TdClassName
{
border-color: #FDFDFC;
}
.TagClassName
{
border-color: #FDFDFC;
}
</style>