Shades of Chardon #FAEDE4
Tints of Chardon #FAEDE4
RGB
CMYK
RGB Variations
Color information
#FAEDE4 (or 0xFAEDE4) is known color: Chardon. HEX triplet: FA, ED and E4. RGB value is (250,237,228). Sum of RGB (Red+Green+Blue) = 250+237+228=715 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.97% from 715); Green value is 237 (92.97% from 255 or 33.15% from 715); Blue value is 228 (89.45% from 255 or 31.89% from 715); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDE4 is #05121B. Grayscale: #EFEFEF. Windows color (decimal): -332316 or 15003130. OLE color: 15003130.
HSL color Cylindrical-coordinate representation of color #FAEDE4: hue angle of 24.55º degrees, saturation: 0.69, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FAEDE4 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 237 | 228 | - |
CMYK | 0 | 0.05 | 0.09 | 0.02 |
HSL | 24.55º | 0.69% | 0.94% | - |
HSV(B) | 24.55º | 0.09% | 0.98% | - |
XYZ | 83.71 | 86.49 | 85.68 | - |
YUV | 239.86 | 121.31 | 135.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 237 | 228 | 0 | 0.05 | 0.09 | 0.02 | 24.55 | 0.69 | 0.94 |
Hex | FA | ED | E4 | 0 | 5 | 9 | 2 | 19 | 45 | 5E |
Octal | 372 | 355 | 344 | 0 | 5 | 11 | 2 | 31 | 105 | 136 |
Binary | 11111010 | 11101101 | 11100100 | 0 | 101 | 1001 | 10 | 11001 | 1000101 | 1011110 |
Color Harmonies of #FAEDE4
Complementary color
Monochromatic Colors of #FAEDE4
Black with #FAEDE4
Text Example
Text Example
White with #FAEDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEDE4; }
p { color: rgb(250,237,228); }
H1.HeaderClassName
{
color: #FAEDE4;
}
.AnyTagClassName
{
color: #FAEDE4;
}
</style>
background-color css
<style>
a { background-color: #FAEDE4; }
a { background-color: rgb(250,237,228); }
div.DivClassName
{
background-color: #FAEDE4;
}
.BgClassName
{
background-color: #FAEDE4;
}
</style>
border-color css
<style>
span { border-color: #FAEDE4; }
span { border-color: rgb(250,237,228); }
td.TdClassName
{
border-color: #FAEDE4;
}
.TagClassName
{
border-color: #FAEDE4;
}
</style>