Shades of Chardon #FAE8DB
Tints of Chardon #FAE8DB
RGB
CMYK
RGB Variations
Color information
#FAE8DB (or 0xFAE8DB) is known color: Chardon. HEX triplet: FA, E8 and DB. RGB value is (250,232,219). Sum of RGB (Red+Green+Blue) = 250+232+219=701 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.66% from 701); Green value is 232 (91.02% from 255 or 33.10% from 701); Blue value is 219 (85.94% from 255 or 31.24% from 701); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE8DB is #051724. Grayscale: #EBEBEB. Windows color (decimal): -333605 or 14412026. OLE color: 14412026.
HSL color Cylindrical-coordinate representation of color #FAE8DB: hue angle of 25.16º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FAE8DB is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 232 | 219 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.02 |
| HSL | 25.16º | 0.76% | 0.92% | - |
| HSV(B) | 25.16º | 0.12% | 0.98% | - |
| XYZ | 81.07 | 83.15 | 78.8 | - |
| YUV | 235.9 | 118.46 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 219 | 0 | 0.07 | 0.12 | 0.02 | 25.16 | 0.76 | 0.92 |
| Hex | FA | E8 | DB | 0 | 7 | C | 2 | 19 | 4C | 5C |
| Octal | 372 | 350 | 333 | 0 | 7 | 14 | 2 | 31 | 114 | 134 |
| Binary | 11111010 | 11101000 | 11011011 | 0 | 111 | 1100 | 10 | 11001 | 1001100 | 1011100 |
Color Harmonies of #FAE8DB
Complementary color
Monochromatic Colors of #FAE8DB
Black with #FAE8DB
Text Example
Text Example
White with #FAE8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE8DB; }
p { color: rgb(250,232,219); }
H1.HeaderClassName
{
color: #FAE8DB;
}
.AnyTagClassName
{
color: #FAE8DB;
}
</style>
background-color css
<style>
a { background-color: #FAE8DB; }
a { background-color: rgb(250,232,219); }
div.DivClassName
{
background-color: #FAE8DB;
}
.BgClassName
{
background-color: #FAE8DB;
}
</style>
border-color css
<style>
span { border-color: #FAE8DB; }
span { border-color: rgb(250,232,219); }
td.TdClassName
{
border-color: #FAE8DB;
}
.TagClassName
{
border-color: #FAE8DB;
}
</style>