Shades of Classic Rose #F2CEE6
Tints of Classic Rose #F2CEE6
RGB
CMYK
RGB Variations
Color information
#F2CEE6 (or 0xF2CEE6) is known color: Classic Rose. HEX triplet: F2, CE and E6. RGB value is (242,206,230). Sum of RGB (Red+Green+Blue) = 242+206+230=678 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.69% from 678); Green value is 206 (80.86% from 255 or 30.38% from 678); Blue value is 230 (90.23% from 255 or 33.92% from 678); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CEE6 is #0D3119. Grayscale: #DBDBDB. Windows color (decimal): -864538 or 15126258. OLE color: 15126258.
HSL color Cylindrical-coordinate representation of color #F2CEE6: hue angle of 320º 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 #F2CEE6 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 230 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.05 |
| HSL | 320º | 0.58% | 0.88% | - |
| HSV(B) | 320º | 0.15% | 0.95% | - |
| XYZ | 72.97 | 68.73 | 84.28 | - |
| YUV | 219.5 | 133.93 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 230 | 0 | 0.15 | 0.05 | 0.05 | 320 | 0.58 | 0.88 |
| Hex | F2 | CE | E6 | 0 | F | 5 | 5 | 140 | 3A | 58 |
| Octal | 362 | 316 | 346 | 0 | 17 | 5 | 5 | 500 | 72 | 130 |
| Binary | 11110010 | 11001110 | 11100110 | 0 | 1111 | 101 | 101 | 101000000 | 111010 | 1011000 |
Color Harmonies of #F2CEE6
Complementary color
Monochromatic Colors of #F2CEE6
Black with #F2CEE6
Text Example
Text Example
White with #F2CEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CEE6; }
p { color: rgb(242,206,230); }
H1.HeaderClassName
{
color: #F2CEE6;
}
.AnyTagClassName
{
color: #F2CEE6;
}
</style>
background-color css
<style>
a { background-color: #F2CEE6; }
a { background-color: rgb(242,206,230); }
div.DivClassName
{
background-color: #F2CEE6;
}
.BgClassName
{
background-color: #F2CEE6;
}
</style>
border-color css
<style>
span { border-color: #F2CEE6; }
span { border-color: rgb(242,206,230); }
td.TdClassName
{
border-color: #F2CEE6;
}
.TagClassName
{
border-color: #F2CEE6;
}
</style>