Shades of Classic Rose #F2CCE9
Tints of Classic Rose #F2CCE9
RGB
CMYK
RGB Variations
Color information
#F2CCE9 (or 0xF2CCE9) is known color: Classic Rose. HEX triplet: F2, CC and E9. RGB value is (242,204,233). Sum of RGB (Red+Green+Blue) = 242+204+233=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 204 (80.08% from 255 or 30.04% from 679); Blue value is 233 (91.41% from 255 or 34.32% from 679); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CCE9 is #0D3316. Grayscale: #DADADA. Windows color (decimal): -865047 or 15322354. OLE color: 15322354.
HSL color Cylindrical-coordinate representation of color #F2CCE9: hue angle of 314.21º 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 #F2CCE9 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 233 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.05 |
| HSL | 314.21º | 0.59% | 0.87% | - |
| HSV(B) | 314.21º | 0.16% | 0.95% | - |
| XYZ | 72.92 | 67.95 | 86.36 | - |
| YUV | 218.67 | 136.09 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 233 | 0 | 0.16 | 0.04 | 0.05 | 314.21 | 0.59 | 0.87 |
| Hex | F2 | CC | E9 | 0 | 10 | 4 | 5 | 13A | 3B | 57 |
| Octal | 362 | 314 | 351 | 0 | 20 | 4 | 5 | 472 | 73 | 127 |
| Binary | 11110010 | 11001100 | 11101001 | 0 | 10000 | 100 | 101 | 100111010 | 111011 | 1010111 |
Color Harmonies of #F2CCE9
Complementary color
Monochromatic Colors of #F2CCE9
Black with #F2CCE9
Text Example
Text Example
White with #F2CCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CCE9; }
p { color: rgb(242,204,233); }
H1.HeaderClassName
{
color: #F2CCE9;
}
.AnyTagClassName
{
color: #F2CCE9;
}
</style>
background-color css
<style>
a { background-color: #F2CCE9; }
a { background-color: rgb(242,204,233); }
div.DivClassName
{
background-color: #F2CCE9;
}
.BgClassName
{
background-color: #F2CCE9;
}
</style>
border-color css
<style>
span { border-color: #F2CCE9; }
span { border-color: rgb(242,204,233); }
td.TdClassName
{
border-color: #F2CCE9;
}
.TagClassName
{
border-color: #F2CCE9;
}
</style>