Shades of Chardon #FAEADF
Tints of Chardon #FAEADF
RGB
CMYK
RGB Variations
Color information
#FAEADF (or 0xFAEADF) is known color: Chardon. HEX triplet: FA, EA and DF. RGB value is (250,234,223). Sum of RGB (Red+Green+Blue) = 250+234+223=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 234 (91.80% from 255 or 33.10% from 707); Blue value is 223 (87.5% from 255 or 31.54% from 707); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEADF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEADF is #051520. Grayscale: #EDEDED. Windows color (decimal): -333089 or 14674682. OLE color: 14674682.
HSL color Cylindrical-coordinate representation of color #FAEADF: hue angle of 24.44º degrees, saturation: 0.73, 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 #FAEADF is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 234 | 223 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.02 |
| HSL | 24.44º | 0.73% | 0.93% | - |
| HSV(B) | 24.44º | 0.11% | 0.98% | - |
| XYZ | 82.17 | 84.5 | 81.79 | - |
| YUV | 237.53 | 119.8 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 223 | 0 | 0.06 | 0.11 | 0.02 | 24.44 | 0.73 | 0.93 |
| Hex | FA | EA | DF | 0 | 6 | B | 2 | 18 | 49 | 5D |
| Octal | 372 | 352 | 337 | 0 | 6 | 13 | 2 | 30 | 111 | 135 |
| Binary | 11111010 | 11101010 | 11011111 | 0 | 110 | 1011 | 10 | 11000 | 1001001 | 1011101 |
Color Harmonies of #FAEADF
Complementary color
Monochromatic Colors of #FAEADF
Black with #FAEADF
Text Example
Text Example
White with #FAEADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEADF; }
p { color: rgb(250,234,223); }
H1.HeaderClassName
{
color: #FAEADF;
}
.AnyTagClassName
{
color: #FAEADF;
}
</style>
background-color css
<style>
a { background-color: #FAEADF; }
a { background-color: rgb(250,234,223); }
div.DivClassName
{
background-color: #FAEADF;
}
.BgClassName
{
background-color: #FAEADF;
}
</style>
border-color css
<style>
span { border-color: #FAEADF; }
span { border-color: rgb(250,234,223); }
td.TdClassName
{
border-color: #FAEADF;
}
.TagClassName
{
border-color: #FAEADF;
}
</style>