Shades of Classic Rose #F2BBDB
Tints of Classic Rose #F2BBDB
RGB
CMYK
RGB Variations
Color information
#F2BBDB (or 0xF2BBDB) is known color: Classic Rose. HEX triplet: F2, BB and DB. RGB value is (242,187,219). Sum of RGB (Red+Green+Blue) = 242+187+219=648 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.35% from 648); Green value is 187 (73.44% from 255 or 28.86% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BBDB is #0D4424. Grayscale: #CFCFCF. Windows color (decimal): -869413 or 14400498. OLE color: 14400498.
HSL color Cylindrical-coordinate representation of color #F2BBDB: hue angle of 325.09º 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 #F2BBDB is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 187 | 219 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.05 |
| HSL | 325.09º | 0.68% | 0.84% | - |
| HSV(B) | 325.09º | 0.23% | 0.95% | - |
| XYZ | 67.17 | 59.53 | 74.97 | - |
| YUV | 207.09 | 134.72 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 187 | 219 | 0 | 0.23 | 0.10 | 0.05 | 325.09 | 0.68 | 0.84 |
| Hex | F2 | BB | DB | 0 | 17 | A | 5 | 145 | 44 | 54 |
| Octal | 362 | 273 | 333 | 0 | 27 | 12 | 5 | 505 | 104 | 124 |
| Binary | 11110010 | 10111011 | 11011011 | 0 | 10111 | 1010 | 101 | 101000101 | 1000100 | 1010100 |
Color Harmonies of #F2BBDB
Complementary color
Monochromatic Colors of #F2BBDB
Black with #F2BBDB
Text Example
Text Example
White with #F2BBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BBDB; }
p { color: rgb(242,187,219); }
H1.HeaderClassName
{
color: #F2BBDB;
}
.AnyTagClassName
{
color: #F2BBDB;
}
</style>
background-color css
<style>
a { background-color: #F2BBDB; }
a { background-color: rgb(242,187,219); }
div.DivClassName
{
background-color: #F2BBDB;
}
.BgClassName
{
background-color: #F2BBDB;
}
</style>
border-color css
<style>
span { border-color: #F2BBDB; }
span { border-color: rgb(242,187,219); }
td.TdClassName
{
border-color: #F2BBDB;
}
.TagClassName
{
border-color: #F2BBDB;
}
</style>