Shades of Classic Rose #F2BBDA
Tints of Classic Rose #F2BBDA
RGB
CMYK
RGB Variations
Color information
#F2BBDA (or 0xF2BBDA) is known color: Classic Rose. HEX triplet: F2, BB and DA. RGB value is (242,187,218). Sum of RGB (Red+Green+Blue) = 242+187+218=647 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.40% from 647); Green value is 187 (73.44% from 255 or 28.90% from 647); Blue value is 218 (85.55% from 255 or 33.69% from 647); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BBDA is #0D4425. Grayscale: #CECECE. Windows color (decimal): -869414 or 14334962. OLE color: 14334962.
HSL color Cylindrical-coordinate representation of color #F2BBDA: hue angle of 326.18º 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 #F2BBDA is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 187 | 218 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.05 |
| HSL | 326.18º | 0.68% | 0.84% | - |
| HSV(B) | 326.18º | 0.23% | 0.95% | - |
| XYZ | 67.04 | 59.48 | 74.28 | - |
| YUV | 206.98 | 134.22 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 187 | 218 | 0 | 0.23 | 0.10 | 0.05 | 326.18 | 0.68 | 0.84 |
| Hex | F2 | BB | DA | 0 | 17 | A | 5 | 146 | 44 | 54 |
| Octal | 362 | 273 | 332 | 0 | 27 | 12 | 5 | 506 | 104 | 124 |
| Binary | 11110010 | 10111011 | 11011010 | 0 | 10111 | 1010 | 101 | 101000110 | 1000100 | 1010100 |
Color Harmonies of #F2BBDA
Complementary color
Monochromatic Colors of #F2BBDA
Black with #F2BBDA
Text Example
Text Example
White with #F2BBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BBDA; }
p { color: rgb(242,187,218); }
H1.HeaderClassName
{
color: #F2BBDA;
}
.AnyTagClassName
{
color: #F2BBDA;
}
</style>
background-color css
<style>
a { background-color: #F2BBDA; }
a { background-color: rgb(242,187,218); }
div.DivClassName
{
background-color: #F2BBDA;
}
.BgClassName
{
background-color: #F2BBDA;
}
</style>
border-color css
<style>
span { border-color: #F2BBDA; }
span { border-color: rgb(242,187,218); }
td.TdClassName
{
border-color: #F2BBDA;
}
.TagClassName
{
border-color: #F2BBDA;
}
</style>