Shades of Ivory #FDFCF5
Tints of Ivory #FDFCF5
RGB
CMYK
RGB Variations
Color information
#FDFCF5 (or 0xFDFCF5) is known color: Ivory. HEX triplet: FD, FC and F5. RGB value is (253,252,245). Sum of RGB (Red+Green+Blue) = 253+252+245=750 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.73% from 750); Green value is 252 (98.83% from 255 or 33.6% from 750); Blue value is 245 (96.09% from 255 or 32.67% from 750); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFCF5 is #02030A. Grayscale: #FBFBFB. Windows color (decimal): -131851 or 16121085. OLE color: 16121085.
HSL color Cylindrical-coordinate representation of color #FDFCF5: hue angle of 52.5º degrees, saturation: 0.67, 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 #FDFCF5 is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 252 | 245 | - |
CMYK | 0 | 0.00 | 0.03 | 0.01 |
HSL | 52.5º | 0.67% | 0.98% | - |
HSV(B) | 52.5º | 0.03% | 0.99% | - |
XYZ | 91.8 | 97.1 | 100.29 | - |
YUV | 251.5 | 124.33 | 129.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 252 | 245 | 0 | 0.00 | 0.03 | 0.01 | 52.5 | 0.67 | 0.98 |
Hex | FD | FC | F5 | 0 | 0 | 3 | 1 | 34 | 43 | 62 |
Octal | 375 | 374 | 365 | 0 | 0 | 3 | 1 | 64 | 103 | 142 |
Binary | 11111101 | 11111100 | 11110101 | 0 | 0 | 11 | 1 | 110100 | 1000011 | 1100010 |
Color Harmonies of #FDFCF5
Complementary color
Monochromatic Colors of #FDFCF5
Black with #FDFCF5
Text Example
Text Example
White with #FDFCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFCF5; }
p { color: rgb(253,252,245); }
H1.HeaderClassName
{
color: #FDFCF5;
}
.AnyTagClassName
{
color: #FDFCF5;
}
</style>
background-color css
<style>
a { background-color: #FDFCF5; }
a { background-color: rgb(253,252,245); }
div.DivClassName
{
background-color: #FDFCF5;
}
.BgClassName
{
background-color: #FDFCF5;
}
</style>
border-color css
<style>
span { border-color: #FDFCF5; }
span { border-color: rgb(253,252,245); }
td.TdClassName
{
border-color: #FDFCF5;
}
.TagClassName
{
border-color: #FDFCF5;
}
</style>