Shades of Classic Rose #F2BBD6
Tints of Classic Rose #F2BBD6
RGB
CMYK
RGB Variations
Color information
#F2BBD6 (or 0xF2BBD6) is known color: Classic Rose. HEX triplet: F2, BB and D6. RGB value is (242,187,214). Sum of RGB (Red+Green+Blue) = 242+187+214=643 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.64% from 643); Green value is 187 (73.44% from 255 or 29.08% from 643); Blue value is 214 (83.98% from 255 or 33.28% from 643); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BBD6 is #0D4429. Grayscale: #CECECE. Windows color (decimal): -869418 or 14072818. OLE color: 14072818.
HSL color Cylindrical-coordinate representation of color #F2BBD6: hue angle of 330.55º 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 #F2BBD6 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 187 | 214 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.05 |
| HSL | 330.55º | 0.68% | 0.84% | - |
| HSV(B) | 330.55º | 0.23% | 0.95% | - |
| XYZ | 66.53 | 59.27 | 71.55 | - |
| YUV | 206.52 | 132.22 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 187 | 214 | 0 | 0.23 | 0.12 | 0.05 | 330.55 | 0.68 | 0.84 |
| Hex | F2 | BB | D6 | 0 | 17 | C | 5 | 14B | 44 | 54 |
| Octal | 362 | 273 | 326 | 0 | 27 | 14 | 5 | 513 | 104 | 124 |
| Binary | 11110010 | 10111011 | 11010110 | 0 | 10111 | 1100 | 101 | 101001011 | 1000100 | 1010100 |
Color Harmonies of #F2BBD6
Complementary color
Monochromatic Colors of #F2BBD6
Black with #F2BBD6
Text Example
Text Example
White with #F2BBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BBD6; }
p { color: rgb(242,187,214); }
H1.HeaderClassName
{
color: #F2BBD6;
}
.AnyTagClassName
{
color: #F2BBD6;
}
</style>
background-color css
<style>
a { background-color: #F2BBD6; }
a { background-color: rgb(242,187,214); }
div.DivClassName
{
background-color: #F2BBD6;
}
.BgClassName
{
background-color: #F2BBD6;
}
</style>
border-color css
<style>
span { border-color: #F2BBD6; }
span { border-color: rgb(242,187,214); }
td.TdClassName
{
border-color: #F2BBD6;
}
.TagClassName
{
border-color: #F2BBD6;
}
</style>