Shades of Chilean Heath #FDFBDB
Tints of Chilean Heath #FDFBDB
RGB
CMYK
RGB Variations
Color information
#FDFBDB (or 0xFDFBDB) is known color: Chilean Heath. HEX triplet: FD, FB and DB. RGB value is (253,251,219). Sum of RGB (Red+Green+Blue) = 253+251+219=723 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.99% from 723); Green value is 251 (98.44% from 255 or 34.72% from 723); Blue value is 219 (85.94% from 255 or 30.29% from 723); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFBDB is #020424. Grayscale: #F8F8F8. Windows color (decimal): -132133 or 14416893. OLE color: 14416893.
HSL color Cylindrical-coordinate representation of color #FDFBDB: hue angle of 56.47º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDFBDB is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 251 | 219 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.01 |
| HSL | 56.47º | 0.89% | 0.93% | - |
| HSV(B) | 56.47º | 0.13% | 0.99% | - |
| XYZ | 87.79 | 94.99 | 80.73 | - |
| YUV | 247.95 | 111.66 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 251 | 219 | 0 | 0.01 | 0.13 | 0.01 | 56.47 | 0.89 | 0.93 |
| Hex | FD | FB | DB | 0 | 1 | D | 1 | 38 | 59 | 5D |
| Octal | 375 | 373 | 333 | 0 | 1 | 15 | 1 | 70 | 131 | 135 |
| Binary | 11111101 | 11111011 | 11011011 | 0 | 1 | 1101 | 1 | 111000 | 1011001 | 1011101 |
Color Harmonies of #FDFBDB
Complementary color
Monochromatic Colors of #FDFBDB
Black with #FDFBDB
Text Example
Text Example
White with #FDFBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFBDB; }
p { color: rgb(253,251,219); }
H1.HeaderClassName
{
color: #FDFBDB;
}
.AnyTagClassName
{
color: #FDFBDB;
}
</style>
background-color css
<style>
a { background-color: #FDFBDB; }
a { background-color: rgb(253,251,219); }
div.DivClassName
{
background-color: #FDFBDB;
}
.BgClassName
{
background-color: #FDFBDB;
}
</style>
border-color css
<style>
span { border-color: #FDFBDB; }
span { border-color: rgb(253,251,219); }
td.TdClassName
{
border-color: #FDFBDB;
}
.TagClassName
{
border-color: #FDFBDB;
}
</style>