Shades of Chardon #FAE9DC
Tints of Chardon #FAE9DC
RGB
CMYK
RGB Variations
Color information
#FAE9DC (or 0xFAE9DC) is known color: Chardon. HEX triplet: FA, E9 and DC. RGB value is (250,233,220). Sum of RGB (Red+Green+Blue) = 250+233+220=703 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.56% from 703); Green value is 233 (91.41% from 255 or 33.14% from 703); Blue value is 220 (86.33% from 255 or 31.29% from 703); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE9DC is #051623. Grayscale: #ECECEC. Windows color (decimal): -333348 or 14477818. OLE color: 14477818.
HSL color Cylindrical-coordinate representation of color #FAE9DC: hue angle of 26º degrees, saturation: 0.75, 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 #FAE9DC is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 233 | 220 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.02 |
| HSL | 26º | 0.75% | 0.92% | - |
| HSV(B) | 26º | 0.12% | 0.98% | - |
| XYZ | 81.48 | 83.77 | 79.58 | - |
| YUV | 236.6 | 118.63 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 233 | 220 | 0 | 0.07 | 0.12 | 0.02 | 26 | 0.75 | 0.92 |
| Hex | FA | E9 | DC | 0 | 7 | C | 2 | 1A | 4B | 5C |
| Octal | 372 | 351 | 334 | 0 | 7 | 14 | 2 | 32 | 113 | 134 |
| Binary | 11111010 | 11101001 | 11011100 | 0 | 111 | 1100 | 10 | 11010 | 1001011 | 1011100 |
Color Harmonies of #FAE9DC
Complementary color
Monochromatic Colors of #FAE9DC
Black with #FAE9DC
Text Example
Text Example
White with #FAE9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE9DC; }
p { color: rgb(250,233,220); }
H1.HeaderClassName
{
color: #FAE9DC;
}
.AnyTagClassName
{
color: #FAE9DC;
}
</style>
background-color css
<style>
a { background-color: #FAE9DC; }
a { background-color: rgb(250,233,220); }
div.DivClassName
{
background-color: #FAE9DC;
}
.BgClassName
{
background-color: #FAE9DC;
}
</style>
border-color css
<style>
span { border-color: #FAE9DC; }
span { border-color: rgb(250,233,220); }
td.TdClassName
{
border-color: #FAE9DC;
}
.TagClassName
{
border-color: #FAE9DC;
}
</style>