Shades of Classic Rose #F2CEE5
Tints of Classic Rose #F2CEE5
RGB
CMYK
RGB Variations
Color information
#F2CEE5 (or 0xF2CEE5) is known color: Classic Rose. HEX triplet: F2, CE and E5. RGB value is (242,206,229). Sum of RGB (Red+Green+Blue) = 242+206+229=677 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.75% from 677); Green value is 206 (80.86% from 255 or 30.43% from 677); Blue value is 229 (89.84% from 255 or 33.83% from 677); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CEE5 is #0D311A. Grayscale: #DBDBDB. Windows color (decimal): -864539 or 15060722. OLE color: 15060722.
HSL color Cylindrical-coordinate representation of color #F2CEE5: hue angle of 321.67º 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 #F2CEE5 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 229 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.05 |
| HSL | 321.67º | 0.58% | 0.88% | - |
| HSV(B) | 321.67º | 0.15% | 0.95% | - |
| XYZ | 72.83 | 68.68 | 83.55 | - |
| YUV | 219.39 | 133.43 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 229 | 0 | 0.15 | 0.05 | 0.05 | 321.67 | 0.58 | 0.88 |
| Hex | F2 | CE | E5 | 0 | F | 5 | 5 | 142 | 3A | 58 |
| Octal | 362 | 316 | 345 | 0 | 17 | 5 | 5 | 502 | 72 | 130 |
| Binary | 11110010 | 11001110 | 11100101 | 0 | 1111 | 101 | 101 | 101000010 | 111010 | 1011000 |
Color Harmonies of #F2CEE5
Complementary color
Monochromatic Colors of #F2CEE5
Black with #F2CEE5
Text Example
Text Example
White with #F2CEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CEE5; }
p { color: rgb(242,206,229); }
H1.HeaderClassName
{
color: #F2CEE5;
}
.AnyTagClassName
{
color: #F2CEE5;
}
</style>
background-color css
<style>
a { background-color: #F2CEE5; }
a { background-color: rgb(242,206,229); }
div.DivClassName
{
background-color: #F2CEE5;
}
.BgClassName
{
background-color: #F2CEE5;
}
</style>
border-color css
<style>
span { border-color: #F2CEE5; }
span { border-color: rgb(242,206,229); }
td.TdClassName
{
border-color: #F2CEE5;
}
.TagClassName
{
border-color: #F2CEE5;
}
</style>