Shades of Chardon #FAEBDF
Tints of Chardon #FAEBDF
RGB
CMYK
RGB Variations
Color information
#FAEBDF (or 0xFAEBDF) is known color: Chardon. HEX triplet: FA, EB and DF. RGB value is (250,235,223). Sum of RGB (Red+Green+Blue) = 250+235+223=708 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.31% from 708); Green value is 235 (92.19% from 255 or 33.19% from 708); Blue value is 223 (87.5% from 255 or 31.50% from 708); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEBDF is #051420. Grayscale: #EEEEEE. Windows color (decimal): -332833 or 14674938. OLE color: 14674938.
HSL color Cylindrical-coordinate representation of color #FAEBDF: hue angle of 26.67º 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 #FAEBDF is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 235 | 223 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.02 |
| HSL | 26.67º | 0.73% | 0.93% | - |
| HSV(B) | 26.67º | 0.11% | 0.98% | - |
| XYZ | 82.45 | 85.07 | 81.89 | - |
| YUV | 238.12 | 119.47 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 235 | 223 | 0 | 0.06 | 0.11 | 0.02 | 26.67 | 0.73 | 0.93 |
| Hex | FA | EB | DF | 0 | 6 | B | 2 | 1B | 49 | 5D |
| Octal | 372 | 353 | 337 | 0 | 6 | 13 | 2 | 33 | 111 | 135 |
| Binary | 11111010 | 11101011 | 11011111 | 0 | 110 | 1011 | 10 | 11011 | 1001001 | 1011101 |
Color Harmonies of #FAEBDF
Complementary color
Monochromatic Colors of #FAEBDF
Black with #FAEBDF
Text Example
Text Example
White with #FAEBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEBDF; }
p { color: rgb(250,235,223); }
H1.HeaderClassName
{
color: #FAEBDF;
}
.AnyTagClassName
{
color: #FAEBDF;
}
</style>
background-color css
<style>
a { background-color: #FAEBDF; }
a { background-color: rgb(250,235,223); }
div.DivClassName
{
background-color: #FAEBDF;
}
.BgClassName
{
background-color: #FAEBDF;
}
</style>
border-color css
<style>
span { border-color: #FAEBDF; }
span { border-color: rgb(250,235,223); }
td.TdClassName
{
border-color: #FAEBDF;
}
.TagClassName
{
border-color: #FAEBDF;
}
</style>