Shades of Ivory #FDFCF2
Tints of Ivory #FDFCF2
RGB
CMYK
RGB Variations
Color information
#FDFCF2 (or 0xFDFCF2) is known color: Ivory. HEX triplet: FD, FC and F2. RGB value is (253,252,242). Sum of RGB (Red+Green+Blue) = 253+252+242=747 (98% of max value = 765). Red value is 253 (99.22% from 255 or 33.87% from 747); Green value is 252 (98.83% from 255 or 33.73% from 747); Blue value is 242 (94.92% from 255 or 32.40% from 747); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFCF2 is #02030D. Grayscale: #FBFBFB. Windows color (decimal): -131854 or 15924477. OLE color: 15924477.
HSL color Cylindrical-coordinate representation of color #FDFCF2: hue angle of 54.55º degrees, saturation: 0.73, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FDFCF2 is Cyan = 0, Magento = 0.00, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 252 | 242 | - |
CMYK | 0 | 0.00 | 0.04 | 0.01 |
HSL | 54.55º | 0.73% | 0.97% | - |
HSV(B) | 54.55º | 0.04% | 0.99% | - |
XYZ | 91.35 | 96.91 | 97.9 | - |
YUV | 251.16 | 122.83 | 129.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 252 | 242 | 0 | 0.00 | 0.04 | 0.01 | 54.55 | 0.73 | 0.97 |
Hex | FD | FC | F2 | 0 | 0 | 4 | 1 | 37 | 49 | 61 |
Octal | 375 | 374 | 362 | 0 | 0 | 4 | 1 | 67 | 111 | 141 |
Binary | 11111101 | 11111100 | 11110010 | 0 | 0 | 100 | 1 | 110111 | 1001001 | 1100001 |
Color Harmonies of #FDFCF2
Complementary color
Monochromatic Colors of #FDFCF2
Black with #FDFCF2
Text Example
Text Example
White with #FDFCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFCF2; }
p { color: rgb(253,252,242); }
H1.HeaderClassName
{
color: #FDFCF2;
}
.AnyTagClassName
{
color: #FDFCF2;
}
</style>
background-color css
<style>
a { background-color: #FDFCF2; }
a { background-color: rgb(253,252,242); }
div.DivClassName
{
background-color: #FDFCF2;
}
.BgClassName
{
background-color: #FDFCF2;
}
</style>
border-color css
<style>
span { border-color: #FDFCF2; }
span { border-color: rgb(253,252,242); }
td.TdClassName
{
border-color: #FDFCF2;
}
.TagClassName
{
border-color: #FDFCF2;
}
</style>