Shades of Classic Rose #F2BBDD
Tints of Classic Rose #F2BBDD
RGB
CMYK
RGB Variations
Color information
#F2BBDD (or 0xF2BBDD) is known color: Classic Rose. HEX triplet: F2, BB and DD. RGB value is (242,187,221). Sum of RGB (Red+Green+Blue) = 242+187+221=650 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.23% from 650); Green value is 187 (73.44% from 255 or 28.77% from 650); Blue value is 221 (86.72% from 255 or 34% from 650); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BBDD is #0D4422. Grayscale: #CFCFCF. Windows color (decimal): -869411 or 14531570. OLE color: 14531570.
HSL color Cylindrical-coordinate representation of color #F2BBDD: hue angle of 322.91º 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 #F2BBDD is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 187 | 221 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.05 |
| HSL | 322.91º | 0.68% | 0.84% | - |
| HSV(B) | 322.91º | 0.23% | 0.95% | - |
| XYZ | 67.44 | 59.64 | 76.36 | - |
| YUV | 207.32 | 135.72 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 187 | 221 | 0 | 0.23 | 0.09 | 0.05 | 322.91 | 0.68 | 0.84 |
| Hex | F2 | BB | DD | 0 | 17 | 9 | 5 | 143 | 44 | 54 |
| Octal | 362 | 273 | 335 | 0 | 27 | 11 | 5 | 503 | 104 | 124 |
| Binary | 11110010 | 10111011 | 11011101 | 0 | 10111 | 1001 | 101 | 101000011 | 1000100 | 1010100 |
Color Harmonies of #F2BBDD
Complementary color
Monochromatic Colors of #F2BBDD
Black with #F2BBDD
Text Example
Text Example
White with #F2BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BBDD; }
p { color: rgb(242,187,221); }
H1.HeaderClassName
{
color: #F2BBDD;
}
.AnyTagClassName
{
color: #F2BBDD;
}
</style>
background-color css
<style>
a { background-color: #F2BBDD; }
a { background-color: rgb(242,187,221); }
div.DivClassName
{
background-color: #F2BBDD;
}
.BgClassName
{
background-color: #F2BBDD;
}
</style>
border-color css
<style>
span { border-color: #F2BBDD; }
span { border-color: rgb(242,187,221); }
td.TdClassName
{
border-color: #F2BBDD;
}
.TagClassName
{
border-color: #F2BBDD;
}
</style>