Shades of Chardon #FAE7DB
Tints of Chardon #FAE7DB
RGB
CMYK
RGB Variations
Color information
#FAE7DB (or 0xFAE7DB) is known color: Chardon. HEX triplet: FA, E7 and DB. RGB value is (250,231,219). Sum of RGB (Red+Green+Blue) = 250+231+219=700 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.71% from 700); Green value is 231 (90.62% from 255 or 33% from 700); Blue value is 219 (85.94% from 255 or 31.29% from 700); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE7DB is #051824. Grayscale: #EBEBEB. Windows color (decimal): -333861 or 14411770. OLE color: 14411770.
HSL color Cylindrical-coordinate representation of color #FAE7DB: hue angle of 23.23º 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 #FAE7DB is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 231 | 219 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.02 |
| HSL | 23.23º | 0.76% | 0.92% | - |
| HSV(B) | 23.23º | 0.12% | 0.98% | - |
| XYZ | 80.79 | 82.59 | 78.7 | - |
| YUV | 235.31 | 118.79 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 231 | 219 | 0 | 0.08 | 0.12 | 0.02 | 23.23 | 0.76 | 0.92 |
| Hex | FA | E7 | DB | 0 | 8 | C | 2 | 17 | 4C | 5C |
| Octal | 372 | 347 | 333 | 0 | 10 | 14 | 2 | 27 | 114 | 134 |
| Binary | 11111010 | 11100111 | 11011011 | 0 | 1000 | 1100 | 10 | 10111 | 1001100 | 1011100 |
Color Harmonies of #FAE7DB
Complementary color
Monochromatic Colors of #FAE7DB
Black with #FAE7DB
Text Example
Text Example
White with #FAE7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE7DB; }
p { color: rgb(250,231,219); }
H1.HeaderClassName
{
color: #FAE7DB;
}
.AnyTagClassName
{
color: #FAE7DB;
}
</style>
background-color css
<style>
a { background-color: #FAE7DB; }
a { background-color: rgb(250,231,219); }
div.DivClassName
{
background-color: #FAE7DB;
}
.BgClassName
{
background-color: #FAE7DB;
}
</style>
border-color css
<style>
span { border-color: #FAE7DB; }
span { border-color: rgb(250,231,219); }
td.TdClassName
{
border-color: #FAE7DB;
}
.TagClassName
{
border-color: #FAE7DB;
}
</style>