Shades of Classic Rose #F2CBD9
Tints of Classic Rose #F2CBD9
RGB
CMYK
RGB Variations
Color information
#F2CBD9 (or 0xF2CBD9) is known color: Classic Rose. HEX triplet: F2, CB and D9. RGB value is (242,203,217). Sum of RGB (Red+Green+Blue) = 242+203+217=662 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.56% from 662); Green value is 203 (79.69% from 255 or 30.66% from 662); Blue value is 217 (85.16% from 255 or 32.78% from 662); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CBD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CBD9 is #0D3426. Grayscale: #D8D8D8. Windows color (decimal): -865319 or 14273522. OLE color: 14273522.
HSL color Cylindrical-coordinate representation of color #F2CBD9: hue angle of 338.46º 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 #F2CBD9 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 203 | 217 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.05 |
| HSL | 338.46º | 0.6% | 0.87% | - |
| HSV(B) | 338.46º | 0.16% | 0.95% | - |
| XYZ | 70.5 | 66.6 | 74.78 | - |
| YUV | 216.26 | 128.42 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 203 | 217 | 0 | 0.16 | 0.10 | 0.05 | 338.46 | 0.6 | 0.87 |
| Hex | F2 | CB | D9 | 0 | 10 | A | 5 | 152 | 3C | 57 |
| Octal | 362 | 313 | 331 | 0 | 20 | 12 | 5 | 522 | 74 | 127 |
| Binary | 11110010 | 11001011 | 11011001 | 0 | 10000 | 1010 | 101 | 101010010 | 111100 | 1010111 |
Color Harmonies of #F2CBD9
Complementary color
Monochromatic Colors of #F2CBD9
Black with #F2CBD9
Text Example
Text Example
White with #F2CBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CBD9; }
p { color: rgb(242,203,217); }
H1.HeaderClassName
{
color: #F2CBD9;
}
.AnyTagClassName
{
color: #F2CBD9;
}
</style>
background-color css
<style>
a { background-color: #F2CBD9; }
a { background-color: rgb(242,203,217); }
div.DivClassName
{
background-color: #F2CBD9;
}
.BgClassName
{
background-color: #F2CBD9;
}
</style>
border-color css
<style>
span { border-color: #F2CBD9; }
span { border-color: rgb(242,203,217); }
td.TdClassName
{
border-color: #F2CBD9;
}
.TagClassName
{
border-color: #F2CBD9;
}
</style>