Shades of Classic Rose #F2CEE4
Tints of Classic Rose #F2CEE4
RGB
CMYK
RGB Variations
Color information
#F2CEE4 (or 0xF2CEE4) is known color: Classic Rose. HEX triplet: F2, CE and E4. RGB value is (242,206,228). Sum of RGB (Red+Green+Blue) = 242+206+228=676 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.80% from 676); Green value is 206 (80.86% from 255 or 30.47% from 676); Blue value is 228 (89.45% from 255 or 33.73% from 676); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CEE4 is #0D311B. Grayscale: #DBDBDB. Windows color (decimal): -864540 or 14995186. OLE color: 14995186.
HSL color Cylindrical-coordinate representation of color #F2CEE4: hue angle of 323.33º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F2CEE4 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 228 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.05 |
| HSL | 323.33º | 0.58% | 0.88% | - |
| HSV(B) | 323.33º | 0.15% | 0.95% | - |
| XYZ | 72.69 | 68.62 | 82.81 | - |
| YUV | 219.27 | 132.93 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 228 | 0 | 0.15 | 0.06 | 0.05 | 323.33 | 0.58 | 0.88 |
| Hex | F2 | CE | E4 | 0 | F | 6 | 5 | 143 | 3A | 58 |
| Octal | 362 | 316 | 344 | 0 | 17 | 6 | 5 | 503 | 72 | 130 |
| Binary | 11110010 | 11001110 | 11100100 | 0 | 1111 | 110 | 101 | 101000011 | 111010 | 1011000 |
Color Harmonies of #F2CEE4
Complementary color
Monochromatic Colors of #F2CEE4
Black with #F2CEE4
Text Example
Text Example
White with #F2CEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CEE4; }
p { color: rgb(242,206,228); }
H1.HeaderClassName
{
color: #F2CEE4;
}
.AnyTagClassName
{
color: #F2CEE4;
}
</style>
background-color css
<style>
a { background-color: #F2CEE4; }
a { background-color: rgb(242,206,228); }
div.DivClassName
{
background-color: #F2CEE4;
}
.BgClassName
{
background-color: #F2CEE4;
}
</style>
border-color css
<style>
span { border-color: #F2CEE4; }
span { border-color: rgb(242,206,228); }
td.TdClassName
{
border-color: #F2CEE4;
}
.TagClassName
{
border-color: #F2CEE4;
}
</style>