Shades of Chardon #FAEADE
Tints of Chardon #FAEADE
RGB
CMYK
RGB Variations
Color information
#FAEADE (or 0xFAEADE) is known color: Chardon. HEX triplet: FA, EA and DE. RGB value is (250,234,222). Sum of RGB (Red+Green+Blue) = 250+234+222=706 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.41% from 706); Green value is 234 (91.80% from 255 or 33.14% from 706); Blue value is 222 (87.11% from 255 or 31.44% from 706); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEADE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEADE is #051521. Grayscale: #EDEDED. Windows color (decimal): -333090 or 14609146. OLE color: 14609146.
HSL color Cylindrical-coordinate representation of color #FAEADE: hue angle of 25.71º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FAEADE is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 234 | 222 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.02 |
| HSL | 25.71º | 0.74% | 0.93% | - |
| HSV(B) | 25.71º | 0.11% | 0.98% | - |
| XYZ | 82.03 | 84.44 | 81.08 | - |
| YUV | 237.42 | 119.3 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 222 | 0 | 0.06 | 0.11 | 0.02 | 25.71 | 0.74 | 0.93 |
| Hex | FA | EA | DE | 0 | 6 | B | 2 | 1A | 4A | 5D |
| Octal | 372 | 352 | 336 | 0 | 6 | 13 | 2 | 32 | 112 | 135 |
| Binary | 11111010 | 11101010 | 11011110 | 0 | 110 | 1011 | 10 | 11010 | 1001010 | 1011101 |
Color Harmonies of #FAEADE
Complementary color
Monochromatic Colors of #FAEADE
Black with #FAEADE
Text Example
Text Example
White with #FAEADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEADE; }
p { color: rgb(250,234,222); }
H1.HeaderClassName
{
color: #FAEADE;
}
.AnyTagClassName
{
color: #FAEADE;
}
</style>
background-color css
<style>
a { background-color: #FAEADE; }
a { background-color: rgb(250,234,222); }
div.DivClassName
{
background-color: #FAEADE;
}
.BgClassName
{
background-color: #FAEADE;
}
</style>
border-color css
<style>
span { border-color: #FAEADE; }
span { border-color: rgb(250,234,222); }
td.TdClassName
{
border-color: #FAEADE;
}
.TagClassName
{
border-color: #FAEADE;
}
</style>