Shades of Classic Rose #F2C0DD
Tints of Classic Rose #F2C0DD
RGB
CMYK
RGB Variations
Color information
#F2C0DD (or 0xF2C0DD) is known color: Classic Rose. HEX triplet: F2, C0 and DD. RGB value is (242,192,221). Sum of RGB (Red+Green+Blue) = 242+192+221=655 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.95% from 655); Green value is 192 (75.39% from 255 or 29.31% from 655); Blue value is 221 (86.72% from 255 or 33.74% from 655); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C0DD is #0D3F22. Grayscale: #D2D2D2. Windows color (decimal): -868131 or 14532850. OLE color: 14532850.
HSL color Cylindrical-coordinate representation of color #F2C0DD: hue angle of 325.2º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2C0DD is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 192 | 221 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.05 |
| HSL | 325.2º | 0.66% | 0.85% | - |
| HSV(B) | 325.2º | 0.21% | 0.95% | - |
| XYZ | 68.52 | 61.8 | 76.72 | - |
| YUV | 210.26 | 134.07 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 192 | 221 | 0 | 0.21 | 0.09 | 0.05 | 325.2 | 0.66 | 0.85 |
| Hex | F2 | C0 | DD | 0 | 15 | 9 | 5 | 145 | 42 | 55 |
| Octal | 362 | 300 | 335 | 0 | 25 | 11 | 5 | 505 | 102 | 125 |
| Binary | 11110010 | 11000000 | 11011101 | 0 | 10101 | 1001 | 101 | 101000101 | 1000010 | 1010101 |
Color Harmonies of #F2C0DD
Complementary color
Monochromatic Colors of #F2C0DD
Black with #F2C0DD
Text Example
Text Example
White with #F2C0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C0DD; }
p { color: rgb(242,192,221); }
H1.HeaderClassName
{
color: #F2C0DD;
}
.AnyTagClassName
{
color: #F2C0DD;
}
</style>
background-color css
<style>
a { background-color: #F2C0DD; }
a { background-color: rgb(242,192,221); }
div.DivClassName
{
background-color: #F2C0DD;
}
.BgClassName
{
background-color: #F2C0DD;
}
</style>
border-color css
<style>
span { border-color: #F2C0DD; }
span { border-color: rgb(242,192,221); }
td.TdClassName
{
border-color: #F2C0DD;
}
.TagClassName
{
border-color: #F2C0DD;
}
</style>