Shades of Chilean Heath #FEFADB
Tints of Chilean Heath #FEFADB
RGB
CMYK
RGB Variations
Color information
#FEFADB (or 0xFEFADB) is known color: Chilean Heath. HEX triplet: FE, FA and DB. RGB value is (254,250,219). Sum of RGB (Red+Green+Blue) = 254+250+219=723 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.13% from 723); Green value is 250 (98.05% from 255 or 34.58% from 723); Blue value is 219 (85.94% from 255 or 30.29% from 723); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFADB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFADB is #010524. Grayscale: #F7F7F7. Windows color (decimal): -66853 or 14416638. OLE color: 14416638.
HSL color Cylindrical-coordinate representation of color #FEFADB: hue angle of 53.14º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FEFADB is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 219 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.00 |
| HSL | 53.14º | 0.95% | 0.93% | - |
| HSV(B) | 53.14º | 0.14% | 1% | - |
| XYZ | 87.84 | 94.56 | 80.64 | - |
| YUV | 247.66 | 111.83 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 219 | 0 | 0.02 | 0.14 | 0.00 | 53.14 | 0.95 | 0.93 |
| Hex | FE | FA | DB | 0 | 2 | E | 0 | 35 | 5F | 5D |
| Octal | 376 | 372 | 333 | 0 | 2 | 16 | 0 | 65 | 137 | 135 |
| Binary | 11111110 | 11111010 | 11011011 | 0 | 10 | 1110 | 0 | 110101 | 1011111 | 1011101 |
Color Harmonies of #FEFADB
Complementary color
Monochromatic Colors of #FEFADB
Black with #FEFADB
Text Example
Text Example
White with #FEFADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFADB; }
p { color: rgb(254,250,219); }
H1.HeaderClassName
{
color: #FEFADB;
}
.AnyTagClassName
{
color: #FEFADB;
}
</style>
background-color css
<style>
a { background-color: #FEFADB; }
a { background-color: rgb(254,250,219); }
div.DivClassName
{
background-color: #FEFADB;
}
.BgClassName
{
background-color: #FEFADB;
}
</style>
border-color css
<style>
span { border-color: #FEFADB; }
span { border-color: rgb(254,250,219); }
td.TdClassName
{
border-color: #FEFADB;
}
.TagClassName
{
border-color: #FEFADB;
}
</style>