Shades of Chardon #FAE9DB
Tints of Chardon #FAE9DB
RGB
CMYK
RGB Variations
Color information
#FAE9DB (or 0xFAE9DB) is known color: Chardon. HEX triplet: FA, E9 and DB. RGB value is (250,233,219). Sum of RGB (Red+Green+Blue) = 250+233+219=702 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.61% from 702); Green value is 233 (91.41% from 255 or 33.19% from 702); Blue value is 219 (85.94% from 255 or 31.20% from 702); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE9DB is #051624. Grayscale: #ECECEC. Windows color (decimal): -333349 or 14412282. OLE color: 14412282.
HSL color Cylindrical-coordinate representation of color #FAE9DB: hue angle of 27.1º 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 #FAE9DB is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 233 | 219 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.02 |
| HSL | 27.1º | 0.76% | 0.92% | - |
| HSV(B) | 27.1º | 0.12% | 0.98% | - |
| XYZ | 81.35 | 83.72 | 78.89 | - |
| YUV | 236.49 | 118.13 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 233 | 219 | 0 | 0.07 | 0.12 | 0.02 | 27.1 | 0.76 | 0.92 |
| Hex | FA | E9 | DB | 0 | 7 | C | 2 | 1B | 4C | 5C |
| Octal | 372 | 351 | 333 | 0 | 7 | 14 | 2 | 33 | 114 | 134 |
| Binary | 11111010 | 11101001 | 11011011 | 0 | 111 | 1100 | 10 | 11011 | 1001100 | 1011100 |
Color Harmonies of #FAE9DB
Complementary color
Monochromatic Colors of #FAE9DB
Black with #FAE9DB
Text Example
Text Example
White with #FAE9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE9DB; }
p { color: rgb(250,233,219); }
H1.HeaderClassName
{
color: #FAE9DB;
}
.AnyTagClassName
{
color: #FAE9DB;
}
</style>
background-color css
<style>
a { background-color: #FAE9DB; }
a { background-color: rgb(250,233,219); }
div.DivClassName
{
background-color: #FAE9DB;
}
.BgClassName
{
background-color: #FAE9DB;
}
</style>
border-color css
<style>
span { border-color: #FAE9DB; }
span { border-color: rgb(250,233,219); }
td.TdClassName
{
border-color: #FAE9DB;
}
.TagClassName
{
border-color: #FAE9DB;
}
</style>