Shades of Classic Rose #F2BBD9
Tints of Classic Rose #F2BBD9
RGB
CMYK
RGB Variations
Color information
#F2BBD9 (or 0xF2BBD9) is known color: Classic Rose. HEX triplet: F2, BB and D9. RGB value is (242,187,217). Sum of RGB (Red+Green+Blue) = 242+187+217=646 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.46% from 646); Green value is 187 (73.44% from 255 or 28.95% from 646); Blue value is 217 (85.16% from 255 or 33.59% from 646); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BBD9 is #0D4426. Grayscale: #CECECE. Windows color (decimal): -869415 or 14269426. OLE color: 14269426.
HSL color Cylindrical-coordinate representation of color #F2BBD9: hue angle of 327.27º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2BBD9 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 187 | 217 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.05 |
| HSL | 327.27º | 0.68% | 0.84% | - |
| HSV(B) | 327.27º | 0.23% | 0.95% | - |
| XYZ | 66.91 | 59.43 | 73.59 | - |
| YUV | 206.87 | 133.72 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 187 | 217 | 0 | 0.23 | 0.10 | 0.05 | 327.27 | 0.68 | 0.84 |
| Hex | F2 | BB | D9 | 0 | 17 | A | 5 | 147 | 44 | 54 |
| Octal | 362 | 273 | 331 | 0 | 27 | 12 | 5 | 507 | 104 | 124 |
| Binary | 11110010 | 10111011 | 11011001 | 0 | 10111 | 1010 | 101 | 101000111 | 1000100 | 1010100 |
Color Harmonies of #F2BBD9
Complementary color
Monochromatic Colors of #F2BBD9
Black with #F2BBD9
Text Example
Text Example
White with #F2BBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BBD9; }
p { color: rgb(242,187,217); }
H1.HeaderClassName
{
color: #F2BBD9;
}
.AnyTagClassName
{
color: #F2BBD9;
}
</style>
background-color css
<style>
a { background-color: #F2BBD9; }
a { background-color: rgb(242,187,217); }
div.DivClassName
{
background-color: #F2BBD9;
}
.BgClassName
{
background-color: #F2BBD9;
}
</style>
border-color css
<style>
span { border-color: #F2BBD9; }
span { border-color: rgb(242,187,217); }
td.TdClassName
{
border-color: #F2BBD9;
}
.TagClassName
{
border-color: #F2BBD9;
}
</style>