Shades of China Ivory #FDF5D7
Tints of China Ivory #FDF5D7
RGB
CMYK
RGB Variations
Color information
#FDF5D7 (or 0xFDF5D7) is known color: China Ivory. HEX triplet: FD, F5 and D7. RGB value is (253,245,215). Sum of RGB (Red+Green+Blue) = 253+245+215=713 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.48% from 713); Green value is 245 (96.09% from 255 or 34.36% from 713); Blue value is 215 (84.38% from 255 or 30.15% from 713); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF5D7 is #020A28. Grayscale: #F4F4F4. Windows color (decimal): -133673 or 14153213. OLE color: 14153213.
HSL color Cylindrical-coordinate representation of color #FDF5D7: hue angle of 47.37º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDF5D7 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 245 | 215 | - |
CMYK | 0 | 0.03 | 0.15 | 0.01 |
HSL | 47.37º | 0.9% | 0.92% | - |
HSV(B) | 47.37º | 0.15% | 0.99% | - |
XYZ | 85.43 | 91.09 | 77.37 | - |
YUV | 243.97 | 111.65 | 134.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 245 | 215 | 0 | 0.03 | 0.15 | 0.01 | 47.37 | 0.9 | 0.92 |
Hex | FD | F5 | D7 | 0 | 3 | F | 1 | 2F | 5A | 5C |
Octal | 375 | 365 | 327 | 0 | 3 | 17 | 1 | 57 | 132 | 134 |
Binary | 11111101 | 11110101 | 11010111 | 0 | 11 | 1111 | 1 | 101111 | 1011010 | 1011100 |
Color Harmonies of #FDF5D7
Complementary color
Monochromatic Colors of #FDF5D7
Black with #FDF5D7
Text Example
Text Example
White with #FDF5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF5D7; }
p { color: rgb(253,245,215); }
H1.HeaderClassName
{
color: #FDF5D7;
}
.AnyTagClassName
{
color: #FDF5D7;
}
</style>
background-color css
<style>
a { background-color: #FDF5D7; }
a { background-color: rgb(253,245,215); }
div.DivClassName
{
background-color: #FDF5D7;
}
.BgClassName
{
background-color: #FDF5D7;
}
</style>
border-color css
<style>
span { border-color: #FDF5D7; }
span { border-color: rgb(253,245,215); }
td.TdClassName
{
border-color: #FDF5D7;
}
.TagClassName
{
border-color: #FDF5D7;
}
</style>