Shades of Chilean Heath #FDFBDF
Tints of Chilean Heath #FDFBDF
RGB
CMYK
RGB Variations
Color information
#FDFBDF (or 0xFDFBDF) is known color: Chilean Heath. HEX triplet: FD, FB and DF. RGB value is (253,251,223). Sum of RGB (Red+Green+Blue) = 253+251+223=727 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.80% from 727); Green value is 251 (98.44% from 255 or 34.53% from 727); Blue value is 223 (87.5% from 255 or 30.67% from 727); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFBDF is #020420. Grayscale: #F8F8F8. Windows color (decimal): -132129 or 14679037. OLE color: 14679037.
HSL color Cylindrical-coordinate representation of color #FDFBDF: hue angle of 56º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FDFBDF is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 251 | 223 | - |
CMYK | 0 | 0.01 | 0.12 | 0.01 |
HSL | 56º | 0.88% | 0.93% | - |
HSV(B) | 56º | 0.12% | 0.99% | - |
XYZ | 88.32 | 95.2 | 83.53 | - |
YUV | 248.41 | 113.66 | 131.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 251 | 223 | 0 | 0.01 | 0.12 | 0.01 | 56 | 0.88 | 0.93 |
Hex | FD | FB | DF | 0 | 1 | C | 1 | 38 | 58 | 5D |
Octal | 375 | 373 | 337 | 0 | 1 | 14 | 1 | 70 | 130 | 135 |
Binary | 11111101 | 11111011 | 11011111 | 0 | 1 | 1100 | 1 | 111000 | 1011000 | 1011101 |
Color Harmonies of #FDFBDF
Complementary color
Monochromatic Colors of #FDFBDF
Black with #FDFBDF
Text Example
Text Example
White with #FDFBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFBDF; }
p { color: rgb(253,251,223); }
H1.HeaderClassName
{
color: #FDFBDF;
}
.AnyTagClassName
{
color: #FDFBDF;
}
</style>
background-color css
<style>
a { background-color: #FDFBDF; }
a { background-color: rgb(253,251,223); }
div.DivClassName
{
background-color: #FDFBDF;
}
.BgClassName
{
background-color: #FDFBDF;
}
</style>
border-color css
<style>
span { border-color: #FDFBDF; }
span { border-color: rgb(253,251,223); }
td.TdClassName
{
border-color: #FDFBDF;
}
.TagClassName
{
border-color: #FDFBDF;
}
</style>