Shades of Classic Rose #F2C0D2
Tints of Classic Rose #F2C0D2
RGB
CMYK
RGB Variations
Color information
#F2C0D2 (or 0xF2C0D2) is known color: Classic Rose. HEX triplet: F2, C0 and D2. RGB value is (242,192,210). Sum of RGB (Red+Green+Blue) = 242+192+210=644 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.58% from 644); Green value is 192 (75.39% from 255 or 29.81% from 644); Blue value is 210 (82.42% from 255 or 32.61% from 644); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C0D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C0D2 is #0D3F2D. Grayscale: #D0D0D0. Windows color (decimal): -868142 or 13811954. OLE color: 13811954.
HSL color Cylindrical-coordinate representation of color #F2C0D2: hue angle of 338.4º 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 #F2C0D2 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 192 | 210 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.05 |
| HSL | 338.4º | 0.66% | 0.85% | - |
| HSV(B) | 338.4º | 0.21% | 0.95% | - |
| XYZ | 67.1 | 61.23 | 69.25 | - |
| YUV | 209 | 128.57 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 192 | 210 | 0 | 0.21 | 0.13 | 0.05 | 338.4 | 0.66 | 0.85 |
| Hex | F2 | C0 | D2 | 0 | 15 | D | 5 | 152 | 42 | 55 |
| Octal | 362 | 300 | 322 | 0 | 25 | 15 | 5 | 522 | 102 | 125 |
| Binary | 11110010 | 11000000 | 11010010 | 0 | 10101 | 1101 | 101 | 101010010 | 1000010 | 1010101 |
Color Harmonies of #F2C0D2
Complementary color
Monochromatic Colors of #F2C0D2
Black with #F2C0D2
Text Example
Text Example
White with #F2C0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C0D2; }
p { color: rgb(242,192,210); }
H1.HeaderClassName
{
color: #F2C0D2;
}
.AnyTagClassName
{
color: #F2C0D2;
}
</style>
background-color css
<style>
a { background-color: #F2C0D2; }
a { background-color: rgb(242,192,210); }
div.DivClassName
{
background-color: #F2C0D2;
}
.BgClassName
{
background-color: #F2C0D2;
}
</style>
border-color css
<style>
span { border-color: #F2C0D2; }
span { border-color: rgb(242,192,210); }
td.TdClassName
{
border-color: #F2C0D2;
}
.TagClassName
{
border-color: #F2C0D2;
}
</style>