Shades of Chilean Heath #FEFBDC
Tints of Chilean Heath #FEFBDC
RGB
CMYK
RGB Variations
Color information
#FEFBDC (or 0xFEFBDC) is known color: Chilean Heath. HEX triplet: FE, FB and DC. RGB value is (254,251,220). Sum of RGB (Red+Green+Blue) = 254+251+220=725 (96% of max value = 765). Red value is 254 (99.61% from 255 or 35.03% from 725); Green value is 251 (98.44% from 255 or 34.62% from 725); Blue value is 220 (86.33% from 255 or 30.34% from 725); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFBDC is #010423. Grayscale: #F8F8F8. Windows color (decimal): -66596 or 14482430. OLE color: 14482430.
HSL color Cylindrical-coordinate representation of color #FEFBDC: hue angle of 54.71º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEFBDC is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 251 | 220 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.00 |
| HSL | 54.71º | 0.94% | 0.93% | - |
| HSV(B) | 54.71º | 0.13% | 1% | - |
| XYZ | 88.29 | 95.23 | 81.44 | - |
| YUV | 248.36 | 111.99 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 251 | 220 | 0 | 0.01 | 0.13 | 0.00 | 54.71 | 0.94 | 0.93 |
| Hex | FE | FB | DC | 0 | 1 | D | 0 | 37 | 5E | 5D |
| Octal | 376 | 373 | 334 | 0 | 1 | 15 | 0 | 67 | 136 | 135 |
| Binary | 11111110 | 11111011 | 11011100 | 0 | 1 | 1101 | 0 | 110111 | 1011110 | 1011101 |
Color Harmonies of #FEFBDC
Complementary color
Monochromatic Colors of #FEFBDC
Black with #FEFBDC
Text Example
Text Example
White with #FEFBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFBDC; }
p { color: rgb(254,251,220); }
H1.HeaderClassName
{
color: #FEFBDC;
}
.AnyTagClassName
{
color: #FEFBDC;
}
</style>
background-color css
<style>
a { background-color: #FEFBDC; }
a { background-color: rgb(254,251,220); }
div.DivClassName
{
background-color: #FEFBDC;
}
.BgClassName
{
background-color: #FEFBDC;
}
</style>
border-color css
<style>
span { border-color: #FEFBDC; }
span { border-color: rgb(254,251,220); }
td.TdClassName
{
border-color: #FEFBDC;
}
.TagClassName
{
border-color: #FEFBDC;
}
</style>