Shades of Classic Rose #F2CEE7
Tints of Classic Rose #F2CEE7
RGB
CMYK
RGB Variations
Color information
#F2CEE7 (or 0xF2CEE7) is known color: Classic Rose. HEX triplet: F2, CE and E7. RGB value is (242,206,231). Sum of RGB (Red+Green+Blue) = 242+206+231=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 206 (80.86% from 255 or 30.34% from 679); Blue value is 231 (90.62% from 255 or 34.02% from 679); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CEE7 is #0D3118. Grayscale: #DBDBDB. Windows color (decimal): -864537 or 15191794. OLE color: 15191794.
HSL color Cylindrical-coordinate representation of color #F2CEE7: hue angle of 318.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 #F2CEE7 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 231 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.05 |
| HSL | 318.33º | 0.58% | 0.88% | - |
| HSV(B) | 318.33º | 0.15% | 0.95% | - |
| XYZ | 73.11 | 68.79 | 85.03 | - |
| YUV | 219.61 | 134.43 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 231 | 0 | 0.15 | 0.05 | 0.05 | 318.33 | 0.58 | 0.88 |
| Hex | F2 | CE | E7 | 0 | F | 5 | 5 | 13E | 3A | 58 |
| Octal | 362 | 316 | 347 | 0 | 17 | 5 | 5 | 476 | 72 | 130 |
| Binary | 11110010 | 11001110 | 11100111 | 0 | 1111 | 101 | 101 | 100111110 | 111010 | 1011000 |
Color Harmonies of #F2CEE7
Complementary color
Monochromatic Colors of #F2CEE7
Black with #F2CEE7
Text Example
Text Example
White with #F2CEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CEE7; }
p { color: rgb(242,206,231); }
H1.HeaderClassName
{
color: #F2CEE7;
}
.AnyTagClassName
{
color: #F2CEE7;
}
</style>
background-color css
<style>
a { background-color: #F2CEE7; }
a { background-color: rgb(242,206,231); }
div.DivClassName
{
background-color: #F2CEE7;
}
.BgClassName
{
background-color: #F2CEE7;
}
</style>
border-color css
<style>
span { border-color: #F2CEE7; }
span { border-color: rgb(242,206,231); }
td.TdClassName
{
border-color: #F2CEE7;
}
.TagClassName
{
border-color: #F2CEE7;
}
</style>