Shades of Chardon #F8EADF
Tints of Chardon #F8EADF
RGB
CMYK
RGB Variations
Color information
#F8EADF (or 0xF8EADF) is known color: Chardon. HEX triplet: F8, EA and DF. RGB value is (248,234,223). Sum of RGB (Red+Green+Blue) = 248+234+223=705 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.18% from 705); Green value is 234 (91.80% from 255 or 33.19% from 705); Blue value is 223 (87.5% from 255 or 31.63% from 705); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EADF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EADF is #071520. Grayscale: #ECECEC. Windows color (decimal): -464161 or 14674680. OLE color: 14674680.
HSL color Cylindrical-coordinate representation of color #F8EADF: hue angle of 26.4º degrees, saturation: 0.64, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F8EADF is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 234 | 223 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.03 |
| HSL | 26.4º | 0.64% | 0.92% | - |
| HSV(B) | 26.4º | 0.1% | 0.97% | - |
| XYZ | 81.45 | 84.13 | 81.76 | - |
| YUV | 236.93 | 120.14 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 234 | 223 | 0 | 0.06 | 0.10 | 0.03 | 26.4 | 0.64 | 0.92 |
| Hex | F8 | EA | DF | 0 | 6 | A | 3 | 1A | 40 | 5C |
| Octal | 370 | 352 | 337 | 0 | 6 | 12 | 3 | 32 | 100 | 134 |
| Binary | 11111000 | 11101010 | 11011111 | 0 | 110 | 1010 | 11 | 11010 | 1000000 | 1011100 |
Color Harmonies of #F8EADF
Complementary color
Monochromatic Colors of #F8EADF
Black with #F8EADF
Text Example
Text Example
White with #F8EADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EADF; }
p { color: rgb(248,234,223); }
H1.HeaderClassName
{
color: #F8EADF;
}
.AnyTagClassName
{
color: #F8EADF;
}
</style>
background-color css
<style>
a { background-color: #F8EADF; }
a { background-color: rgb(248,234,223); }
div.DivClassName
{
background-color: #F8EADF;
}
.BgClassName
{
background-color: #F8EADF;
}
</style>
border-color css
<style>
span { border-color: #F8EADF; }
span { border-color: rgb(248,234,223); }
td.TdClassName
{
border-color: #F8EADF;
}
.TagClassName
{
border-color: #F8EADF;
}
</style>