Shades of Ivory #FDFCF1
Tints of Ivory #FDFCF1
RGB
CMYK
RGB Variations
Color information
#FDFCF1 (or 0xFDFCF1) is known color: Ivory. HEX triplet: FD, FC and F1. RGB value is (253,252,241). Sum of RGB (Red+Green+Blue) = 253+252+241=746 (98% of max value = 765). Red value is 253 (99.22% from 255 or 33.91% from 746); Green value is 252 (98.83% from 255 or 33.78% from 746); Blue value is 241 (94.53% from 255 or 32.31% from 746); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFCF1 is #02030E. Grayscale: #FBFBFB. Windows color (decimal): -131855 or 15858941. OLE color: 15858941.
HSL color Cylindrical-coordinate representation of color #FDFCF1: hue angle of 55º degrees, saturation: 0.75, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FDFCF1 is Cyan = 0, Magento = 0.00, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 252 | 241 | - |
CMYK | 0 | 0.00 | 0.05 | 0.01 |
HSL | 55º | 0.75% | 0.97% | - |
HSV(B) | 55º | 0.05% | 0.99% | - |
XYZ | 91.2 | 96.85 | 97.11 | - |
YUV | 251.05 | 122.33 | 129.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 252 | 241 | 0 | 0.00 | 0.05 | 0.01 | 55 | 0.75 | 0.97 |
Hex | FD | FC | F1 | 0 | 0 | 5 | 1 | 37 | 4B | 61 |
Octal | 375 | 374 | 361 | 0 | 0 | 5 | 1 | 67 | 113 | 141 |
Binary | 11111101 | 11111100 | 11110001 | 0 | 0 | 101 | 1 | 110111 | 1001011 | 1100001 |
Color Harmonies of #FDFCF1
Complementary color
Monochromatic Colors of #FDFCF1
Black with #FDFCF1
Text Example
Text Example
White with #FDFCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFCF1; }
p { color: rgb(253,252,241); }
H1.HeaderClassName
{
color: #FDFCF1;
}
.AnyTagClassName
{
color: #FDFCF1;
}
</style>
background-color css
<style>
a { background-color: #FDFCF1; }
a { background-color: rgb(253,252,241); }
div.DivClassName
{
background-color: #FDFCF1;
}
.BgClassName
{
background-color: #FDFCF1;
}
</style>
border-color css
<style>
span { border-color: #FDFCF1; }
span { border-color: rgb(253,252,241); }
td.TdClassName
{
border-color: #FDFCF1;
}
.TagClassName
{
border-color: #FDFCF1;
}
</style>