Shades of Chardon #FAEADD
Tints of Chardon #FAEADD
RGB
CMYK
RGB Variations
Color information
#FAEADD (or 0xFAEADD) is known color: Chardon. HEX triplet: FA, EA and DD. RGB value is (250,234,221). Sum of RGB (Red+Green+Blue) = 250+234+221=705 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.46% from 705); Green value is 234 (91.80% from 255 or 33.19% from 705); Blue value is 221 (86.72% from 255 or 31.35% from 705); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEADD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEADD is #051522. Grayscale: #EDEDED. Windows color (decimal): -333091 or 14543610. OLE color: 14543610.
HSL color Cylindrical-coordinate representation of color #FAEADD: hue angle of 26.9º degrees, saturation: 0.74, 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 #FAEADD is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 234 | 221 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.02 |
| HSL | 26.9º | 0.74% | 0.92% | - |
| HSV(B) | 26.9º | 0.12% | 0.98% | - |
| XYZ | 81.9 | 84.39 | 80.38 | - |
| YUV | 237.3 | 118.8 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 221 | 0 | 0.06 | 0.12 | 0.02 | 26.9 | 0.74 | 0.92 |
| Hex | FA | EA | DD | 0 | 6 | C | 2 | 1B | 4A | 5C |
| Octal | 372 | 352 | 335 | 0 | 6 | 14 | 2 | 33 | 112 | 134 |
| Binary | 11111010 | 11101010 | 11011101 | 0 | 110 | 1100 | 10 | 11011 | 1001010 | 1011100 |
Color Harmonies of #FAEADD
Complementary color
Monochromatic Colors of #FAEADD
Black with #FAEADD
Text Example
Text Example
White with #FAEADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEADD; }
p { color: rgb(250,234,221); }
H1.HeaderClassName
{
color: #FAEADD;
}
.AnyTagClassName
{
color: #FAEADD;
}
</style>
background-color css
<style>
a { background-color: #FAEADD; }
a { background-color: rgb(250,234,221); }
div.DivClassName
{
background-color: #FAEADD;
}
.BgClassName
{
background-color: #FAEADD;
}
</style>
border-color css
<style>
span { border-color: #FAEADD; }
span { border-color: rgb(250,234,221); }
td.TdClassName
{
border-color: #FAEADD;
}
.TagClassName
{
border-color: #FAEADD;
}
</style>