Shades of Classic Rose #F2CCDD
Tints of Classic Rose #F2CCDD
RGB
CMYK
RGB Variations
Color information
#F2CCDD (or 0xF2CCDD) is known color: Classic Rose. HEX triplet: F2, CC and DD. RGB value is (242,204,221). Sum of RGB (Red+Green+Blue) = 242+204+221=667 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.28% from 667); Green value is 204 (80.08% from 255 or 30.58% from 667); Blue value is 221 (86.72% from 255 or 33.13% from 667); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CCDD is #0D3322. Grayscale: #D9D9D9. Windows color (decimal): -865059 or 14535922. OLE color: 14535922.
HSL color Cylindrical-coordinate representation of color #F2CCDD: hue angle of 333.16º 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 #F2CCDD is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 221 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.05 |
| HSL | 333.16º | 0.59% | 0.87% | - |
| HSV(B) | 333.16º | 0.16% | 0.95% | - |
| XYZ | 71.26 | 67.28 | 77.64 | - |
| YUV | 217.3 | 130.09 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 221 | 0 | 0.16 | 0.09 | 0.05 | 333.16 | 0.59 | 0.87 |
| Hex | F2 | CC | DD | 0 | 10 | 9 | 5 | 14D | 3B | 57 |
| Octal | 362 | 314 | 335 | 0 | 20 | 11 | 5 | 515 | 73 | 127 |
| Binary | 11110010 | 11001100 | 11011101 | 0 | 10000 | 1001 | 101 | 101001101 | 111011 | 1010111 |
Color Harmonies of #F2CCDD
Complementary color
Monochromatic Colors of #F2CCDD
Black with #F2CCDD
Text Example
Text Example
White with #F2CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CCDD; }
p { color: rgb(242,204,221); }
H1.HeaderClassName
{
color: #F2CCDD;
}
.AnyTagClassName
{
color: #F2CCDD;
}
</style>
background-color css
<style>
a { background-color: #F2CCDD; }
a { background-color: rgb(242,204,221); }
div.DivClassName
{
background-color: #F2CCDD;
}
.BgClassName
{
background-color: #F2CCDD;
}
</style>
border-color css
<style>
span { border-color: #F2CCDD; }
span { border-color: rgb(242,204,221); }
td.TdClassName
{
border-color: #F2CCDD;
}
.TagClassName
{
border-color: #F2CCDD;
}
</style>