Shades of Classic Rose #F2CBDC
Tints of Classic Rose #F2CBDC
RGB
CMYK
RGB Variations
Color information
#F2CBDC (or 0xF2CBDC) is known color: Classic Rose. HEX triplet: F2, CB and DC. RGB value is (242,203,220). Sum of RGB (Red+Green+Blue) = 242+203+220=665 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.39% from 665); Green value is 203 (79.69% from 255 or 30.53% from 665); Blue value is 220 (86.33% from 255 or 33.08% from 665); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CBDC is #0D3423. Grayscale: #D8D8D8. Windows color (decimal): -865316 or 14470130. OLE color: 14470130.
HSL color Cylindrical-coordinate representation of color #F2CBDC: hue angle of 333.85º degrees, saturation: 0.6, 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 #F2CBDC is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 203 | 220 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.05 |
| HSL | 333.85º | 0.6% | 0.87% | - |
| HSV(B) | 333.85º | 0.16% | 0.95% | - |
| XYZ | 70.89 | 66.76 | 76.86 | - |
| YUV | 216.6 | 129.92 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 203 | 220 | 0 | 0.16 | 0.09 | 0.05 | 333.85 | 0.6 | 0.87 |
| Hex | F2 | CB | DC | 0 | 10 | 9 | 5 | 14E | 3C | 57 |
| Octal | 362 | 313 | 334 | 0 | 20 | 11 | 5 | 516 | 74 | 127 |
| Binary | 11110010 | 11001011 | 11011100 | 0 | 10000 | 1001 | 101 | 101001110 | 111100 | 1010111 |
Color Harmonies of #F2CBDC
Complementary color
Monochromatic Colors of #F2CBDC
Black with #F2CBDC
Text Example
Text Example
White with #F2CBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CBDC; }
p { color: rgb(242,203,220); }
H1.HeaderClassName
{
color: #F2CBDC;
}
.AnyTagClassName
{
color: #F2CBDC;
}
</style>
background-color css
<style>
a { background-color: #F2CBDC; }
a { background-color: rgb(242,203,220); }
div.DivClassName
{
background-color: #F2CBDC;
}
.BgClassName
{
background-color: #F2CBDC;
}
</style>
border-color css
<style>
span { border-color: #F2CBDC; }
span { border-color: rgb(242,203,220); }
td.TdClassName
{
border-color: #F2CBDC;
}
.TagClassName
{
border-color: #F2CBDC;
}
</style>