Shades of Classic Rose #F2BBDF
Tints of Classic Rose #F2BBDF
RGB
CMYK
RGB Variations
Color information
#F2BBDF (or 0xF2BBDF) is known color: Classic Rose. HEX triplet: F2, BB and DF. RGB value is (242,187,223). Sum of RGB (Red+Green+Blue) = 242+187+223=652 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.12% from 652); Green value is 187 (73.44% from 255 or 28.68% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BBDF is #0D4420. Grayscale: #CFCFCF. Windows color (decimal): -869409 or 14662642. OLE color: 14662642.
HSL color Cylindrical-coordinate representation of color #F2BBDF: hue angle of 320.73º 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 #F2BBDF is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 187 | 223 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.05 |
| HSL | 320.73º | 0.68% | 0.84% | - |
| HSV(B) | 320.73º | 0.23% | 0.95% | - |
| XYZ | 67.71 | 59.75 | 77.78 | - |
| YUV | 207.55 | 136.72 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 187 | 223 | 0 | 0.23 | 0.08 | 0.05 | 320.73 | 0.68 | 0.84 |
| Hex | F2 | BB | DF | 0 | 17 | 8 | 5 | 141 | 44 | 54 |
| Octal | 362 | 273 | 337 | 0 | 27 | 10 | 5 | 501 | 104 | 124 |
| Binary | 11110010 | 10111011 | 11011111 | 0 | 10111 | 1000 | 101 | 101000001 | 1000100 | 1010100 |
Color Harmonies of #F2BBDF
Complementary color
Monochromatic Colors of #F2BBDF
Black with #F2BBDF
Text Example
Text Example
White with #F2BBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BBDF; }
p { color: rgb(242,187,223); }
H1.HeaderClassName
{
color: #F2BBDF;
}
.AnyTagClassName
{
color: #F2BBDF;
}
</style>
background-color css
<style>
a { background-color: #F2BBDF; }
a { background-color: rgb(242,187,223); }
div.DivClassName
{
background-color: #F2BBDF;
}
.BgClassName
{
background-color: #F2BBDF;
}
</style>
border-color css
<style>
span { border-color: #F2BBDF; }
span { border-color: rgb(242,187,223); }
td.TdClassName
{
border-color: #F2BBDF;
}
.TagClassName
{
border-color: #F2BBDF;
}
</style>