Shades of Classic Rose #F2CCE6
Tints of Classic Rose #F2CCE6
RGB
CMYK
RGB Variations
Color information
#F2CCE6 (or 0xF2CCE6) is known color: Classic Rose. HEX triplet: F2, CC and E6. RGB value is (242,204,230). Sum of RGB (Red+Green+Blue) = 242+204+230=676 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.80% from 676); Green value is 204 (80.08% from 255 or 30.18% from 676); Blue value is 230 (90.23% from 255 or 34.02% from 676); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CCE6 is #0D3319. Grayscale: #DADADA. Windows color (decimal): -865050 or 15125746. OLE color: 15125746.
HSL color Cylindrical-coordinate representation of color #F2CCE6: hue angle of 318.95º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2CCE6 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 230 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.05 |
| HSL | 318.95º | 0.59% | 0.87% | - |
| HSV(B) | 318.95º | 0.16% | 0.95% | - |
| XYZ | 72.49 | 67.78 | 84.12 | - |
| YUV | 218.33 | 134.59 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 230 | 0 | 0.16 | 0.05 | 0.05 | 318.95 | 0.59 | 0.87 |
| Hex | F2 | CC | E6 | 0 | 10 | 5 | 5 | 13F | 3B | 57 |
| Octal | 362 | 314 | 346 | 0 | 20 | 5 | 5 | 477 | 73 | 127 |
| Binary | 11110010 | 11001100 | 11100110 | 0 | 10000 | 101 | 101 | 100111111 | 111011 | 1010111 |
Color Harmonies of #F2CCE6
Complementary color
Monochromatic Colors of #F2CCE6
Black with #F2CCE6
Text Example
Text Example
White with #F2CCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CCE6; }
p { color: rgb(242,204,230); }
H1.HeaderClassName
{
color: #F2CCE6;
}
.AnyTagClassName
{
color: #F2CCE6;
}
</style>
background-color css
<style>
a { background-color: #F2CCE6; }
a { background-color: rgb(242,204,230); }
div.DivClassName
{
background-color: #F2CCE6;
}
.BgClassName
{
background-color: #F2CCE6;
}
</style>
border-color css
<style>
span { border-color: #F2CCE6; }
span { border-color: rgb(242,204,230); }
td.TdClassName
{
border-color: #F2CCE6;
}
.TagClassName
{
border-color: #F2CCE6;
}
</style>