Shades of Classic Rose #F2CBDA
Tints of Classic Rose #F2CBDA
RGB
CMYK
RGB Variations
Color information
#F2CBDA (or 0xF2CBDA) is known color: Classic Rose. HEX triplet: F2, CB and DA. RGB value is (242,203,218). Sum of RGB (Red+Green+Blue) = 242+203+218=663 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.50% from 663); Green value is 203 (79.69% from 255 or 30.62% from 663); Blue value is 218 (85.55% from 255 or 32.88% from 663); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CBDA is #0D3425. Grayscale: #D8D8D8. Windows color (decimal): -865318 or 14339058. OLE color: 14339058.
HSL color Cylindrical-coordinate representation of color #F2CBDA: hue angle of 336.92º 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 #F2CBDA is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 203 | 218 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.05 |
| HSL | 336.92º | 0.6% | 0.87% | - |
| HSV(B) | 336.92º | 0.16% | 0.95% | - |
| XYZ | 70.63 | 66.65 | 75.47 | - |
| YUV | 216.37 | 128.92 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 203 | 218 | 0 | 0.16 | 0.10 | 0.05 | 336.92 | 0.6 | 0.87 |
| Hex | F2 | CB | DA | 0 | 10 | A | 5 | 151 | 3C | 57 |
| Octal | 362 | 313 | 332 | 0 | 20 | 12 | 5 | 521 | 74 | 127 |
| Binary | 11110010 | 11001011 | 11011010 | 0 | 10000 | 1010 | 101 | 101010001 | 111100 | 1010111 |
Color Harmonies of #F2CBDA
Complementary color
Monochromatic Colors of #F2CBDA
Black with #F2CBDA
Text Example
Text Example
White with #F2CBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CBDA; }
p { color: rgb(242,203,218); }
H1.HeaderClassName
{
color: #F2CBDA;
}
.AnyTagClassName
{
color: #F2CBDA;
}
</style>
background-color css
<style>
a { background-color: #F2CBDA; }
a { background-color: rgb(242,203,218); }
div.DivClassName
{
background-color: #F2CBDA;
}
.BgClassName
{
background-color: #F2CBDA;
}
</style>
border-color css
<style>
span { border-color: #F2CBDA; }
span { border-color: rgb(242,203,218); }
td.TdClassName
{
border-color: #F2CBDA;
}
.TagClassName
{
border-color: #F2CBDA;
}
</style>