Shades of Classic Rose #F8CEE4
Tints of Classic Rose #F8CEE4
RGB
CMYK
RGB Variations
Color information
#F8CEE4 (or 0xF8CEE4) is known color: Classic Rose. HEX triplet: F8, CE and E4. RGB value is (248,206,228). Sum of RGB (Red+Green+Blue) = 248+206+228=682 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.36% from 682); Green value is 206 (80.86% from 255 or 30.21% from 682); Blue value is 228 (89.45% from 255 or 33.43% from 682); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CEE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CEE4 is #07311B. Grayscale: #DDDDDD. Windows color (decimal): -471324 or 14995192. OLE color: 14995192.
HSL color Cylindrical-coordinate representation of color #F8CEE4: hue angle of 328.57º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F8CEE4 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 206 | 228 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.03 |
| HSL | 328.57º | 0.75% | 0.89% | - |
| HSV(B) | 328.57º | 0.17% | 0.97% | - |
| XYZ | 74.79 | 69.7 | 82.91 | - |
| YUV | 221.07 | 131.91 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 206 | 228 | 0 | 0.17 | 0.08 | 0.03 | 328.57 | 0.75 | 0.89 |
| Hex | F8 | CE | E4 | 0 | 11 | 8 | 3 | 149 | 4B | 59 |
| Octal | 370 | 316 | 344 | 0 | 21 | 10 | 3 | 511 | 113 | 131 |
| Binary | 11111000 | 11001110 | 11100100 | 0 | 10001 | 1000 | 11 | 101001001 | 1001011 | 1011001 |
Color Harmonies of #F8CEE4
Complementary color
Monochromatic Colors of #F8CEE4
Black with #F8CEE4
Text Example
Text Example
White with #F8CEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CEE4; }
p { color: rgb(248,206,228); }
H1.HeaderClassName
{
color: #F8CEE4;
}
.AnyTagClassName
{
color: #F8CEE4;
}
</style>
background-color css
<style>
a { background-color: #F8CEE4; }
a { background-color: rgb(248,206,228); }
div.DivClassName
{
background-color: #F8CEE4;
}
.BgClassName
{
background-color: #F8CEE4;
}
</style>
border-color css
<style>
span { border-color: #F8CEE4; }
span { border-color: rgb(248,206,228); }
td.TdClassName
{
border-color: #F8CEE4;
}
.TagClassName
{
border-color: #F8CEE4;
}
</style>