Shades of Ivory #FDFCF6
Tints of Ivory #FDFCF6
RGB
CMYK
RGB Variations
Color information
#FDFCF6 (or 0xFDFCF6) is known color: Ivory. HEX triplet: FD, FC and F6. RGB value is (253,252,246). Sum of RGB (Red+Green+Blue) = 253+252+246=751 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.69% from 751); Green value is 252 (98.83% from 255 or 33.56% from 751); Blue value is 246 (96.48% from 255 or 32.76% from 751); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFCF6 is #020309. Grayscale: #FBFBFB. Windows color (decimal): -131850 or 16186621. OLE color: 16186621.
HSL color Cylindrical-coordinate representation of color #FDFCF6: hue angle of 51.43º degrees, saturation: 0.64, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FDFCF6 is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 252 | 246 | - |
CMYK | 0 | 0.00 | 0.03 | 0.01 |
HSL | 51.43º | 0.64% | 0.98% | - |
HSV(B) | 51.43º | 0.03% | 0.99% | - |
XYZ | 91.95 | 97.16 | 101.1 | - |
YUV | 251.62 | 124.83 | 128.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 252 | 246 | 0 | 0.00 | 0.03 | 0.01 | 51.43 | 0.64 | 0.98 |
Hex | FD | FC | F6 | 0 | 0 | 3 | 1 | 33 | 40 | 62 |
Octal | 375 | 374 | 366 | 0 | 0 | 3 | 1 | 63 | 100 | 142 |
Binary | 11111101 | 11111100 | 11110110 | 0 | 0 | 11 | 1 | 110011 | 1000000 | 1100010 |
Color Harmonies of #FDFCF6
Complementary color
Monochromatic Colors of #FDFCF6
Black with #FDFCF6
Text Example
Text Example
White with #FDFCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFCF6; }
p { color: rgb(253,252,246); }
H1.HeaderClassName
{
color: #FDFCF6;
}
.AnyTagClassName
{
color: #FDFCF6;
}
</style>
background-color css
<style>
a { background-color: #FDFCF6; }
a { background-color: rgb(253,252,246); }
div.DivClassName
{
background-color: #FDFCF6;
}
.BgClassName
{
background-color: #FDFCF6;
}
</style>
border-color css
<style>
span { border-color: #FDFCF6; }
span { border-color: rgb(253,252,246); }
td.TdClassName
{
border-color: #FDFCF6;
}
.TagClassName
{
border-color: #FDFCF6;
}
</style>