Shades of Classic Rose #F2CCDE
Tints of Classic Rose #F2CCDE
RGB
CMYK
RGB Variations
Color information
#F2CCDE (or 0xF2CCDE) is known color: Classic Rose. HEX triplet: F2, CC and DE. RGB value is (242,204,222). Sum of RGB (Red+Green+Blue) = 242+204+222=668 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.23% from 668); Green value is 204 (80.08% from 255 or 30.54% from 668); Blue value is 222 (87.11% from 255 or 33.23% from 668); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CCDE is #0D3321. Grayscale: #D9D9D9. Windows color (decimal): -865058 or 14601458. OLE color: 14601458.
HSL color Cylindrical-coordinate representation of color #F2CCDE: hue angle of 331.58º 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 #F2CCDE is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 222 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.05 |
| HSL | 331.58º | 0.59% | 0.87% | - |
| HSV(B) | 331.58º | 0.16% | 0.95% | - |
| XYZ | 71.4 | 67.34 | 78.34 | - |
| YUV | 217.41 | 130.59 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 222 | 0 | 0.16 | 0.08 | 0.05 | 331.58 | 0.59 | 0.87 |
| Hex | F2 | CC | DE | 0 | 10 | 8 | 5 | 14C | 3B | 57 |
| Octal | 362 | 314 | 336 | 0 | 20 | 10 | 5 | 514 | 73 | 127 |
| Binary | 11110010 | 11001100 | 11011110 | 0 | 10000 | 1000 | 101 | 101001100 | 111011 | 1010111 |
Color Harmonies of #F2CCDE
Complementary color
Monochromatic Colors of #F2CCDE
Black with #F2CCDE
Text Example
Text Example
White with #F2CCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CCDE; }
p { color: rgb(242,204,222); }
H1.HeaderClassName
{
color: #F2CCDE;
}
.AnyTagClassName
{
color: #F2CCDE;
}
</style>
background-color css
<style>
a { background-color: #F2CCDE; }
a { background-color: rgb(242,204,222); }
div.DivClassName
{
background-color: #F2CCDE;
}
.BgClassName
{
background-color: #F2CCDE;
}
</style>
border-color css
<style>
span { border-color: #F2CCDE; }
span { border-color: rgb(242,204,222); }
td.TdClassName
{
border-color: #F2CCDE;
}
.TagClassName
{
border-color: #F2CCDE;
}
</style>