Shades of Chardon #FAEADC
Tints of Chardon #FAEADC
RGB
CMYK
RGB Variations
Color information
#FAEADC (or 0xFAEADC) is known color: Chardon. HEX triplet: FA, EA and DC. RGB value is (250,234,220). Sum of RGB (Red+Green+Blue) = 250+234+220=704 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.51% from 704); Green value is 234 (91.80% from 255 or 33.24% from 704); Blue value is 220 (86.33% from 255 or 31.25% from 704); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEADC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEADC is #051523. Grayscale: #EDEDED. Windows color (decimal): -333092 or 14478074. OLE color: 14478074.
HSL color Cylindrical-coordinate representation of color #FAEADC: hue angle of 28º 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 #FAEADC is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 234 | 220 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.02 |
| HSL | 28º | 0.75% | 0.92% | - |
| HSV(B) | 28º | 0.12% | 0.98% | - |
| XYZ | 81.77 | 84.34 | 79.68 | - |
| YUV | 237.19 | 118.3 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 220 | 0 | 0.06 | 0.12 | 0.02 | 28 | 0.75 | 0.92 |
| Hex | FA | EA | DC | 0 | 6 | C | 2 | 1C | 4B | 5C |
| Octal | 372 | 352 | 334 | 0 | 6 | 14 | 2 | 34 | 113 | 134 |
| Binary | 11111010 | 11101010 | 11011100 | 0 | 110 | 1100 | 10 | 11100 | 1001011 | 1011100 |
Color Harmonies of #FAEADC
Complementary color
Monochromatic Colors of #FAEADC
Black with #FAEADC
Text Example
Text Example
White with #FAEADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEADC; }
p { color: rgb(250,234,220); }
H1.HeaderClassName
{
color: #FAEADC;
}
.AnyTagClassName
{
color: #FAEADC;
}
</style>
background-color css
<style>
a { background-color: #FAEADC; }
a { background-color: rgb(250,234,220); }
div.DivClassName
{
background-color: #FAEADC;
}
.BgClassName
{
background-color: #FAEADC;
}
</style>
border-color css
<style>
span { border-color: #FAEADC; }
span { border-color: rgb(250,234,220); }
td.TdClassName
{
border-color: #FAEADC;
}
.TagClassName
{
border-color: #FAEADC;
}
</style>