Shades of Chardon #FAECE3
Tints of Chardon #FAECE3
RGB
CMYK
RGB Variations
Color information
#FAECE3 (or 0xFAECE3) is known color: Chardon. HEX triplet: FA, EC and E3. RGB value is (250,236,227). Sum of RGB (Red+Green+Blue) = 250+236+227=713 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.06% from 713); Green value is 236 (92.58% from 255 or 33.10% from 713); Blue value is 227 (89.06% from 255 or 31.84% from 713); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECE3 is #05131C. Grayscale: #EFEFEF. Windows color (decimal): -332573 or 14937338. OLE color: 14937338.
HSL color Cylindrical-coordinate representation of color #FAECE3: hue angle of 23.48º degrees, saturation: 0.7, 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 #FAECE3 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 236 | 227 | - |
CMYK | 0 | 0.06 | 0.09 | 0.02 |
HSL | 23.48º | 0.7% | 0.94% | - |
HSV(B) | 23.48º | 0.09% | 0.98% | - |
XYZ | 83.28 | 85.86 | 84.86 | - |
YUV | 239.16 | 121.14 | 135.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 236 | 227 | 0 | 0.06 | 0.09 | 0.02 | 23.48 | 0.7 | 0.94 |
Hex | FA | EC | E3 | 0 | 6 | 9 | 2 | 17 | 46 | 5E |
Octal | 372 | 354 | 343 | 0 | 6 | 11 | 2 | 27 | 106 | 136 |
Binary | 11111010 | 11101100 | 11100011 | 0 | 110 | 1001 | 10 | 10111 | 1000110 | 1011110 |
Color Harmonies of #FAECE3
Complementary color
Monochromatic Colors of #FAECE3
Black with #FAECE3
Text Example
Text Example
White with #FAECE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAECE3; }
p { color: rgb(250,236,227); }
H1.HeaderClassName
{
color: #FAECE3;
}
.AnyTagClassName
{
color: #FAECE3;
}
</style>
background-color css
<style>
a { background-color: #FAECE3; }
a { background-color: rgb(250,236,227); }
div.DivClassName
{
background-color: #FAECE3;
}
.BgClassName
{
background-color: #FAECE3;
}
</style>
border-color css
<style>
span { border-color: #FAECE3; }
span { border-color: rgb(250,236,227); }
td.TdClassName
{
border-color: #FAECE3;
}
.TagClassName
{
border-color: #FAECE3;
}
</style>