Shades of Classic Rose #F2BBDE
Tints of Classic Rose #F2BBDE
RGB
CMYK
RGB Variations
Color information
#F2BBDE (or 0xF2BBDE) is known color: Classic Rose. HEX triplet: F2, BB and DE. RGB value is (242,187,222). Sum of RGB (Red+Green+Blue) = 242+187+222=651 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.17% from 651); Green value is 187 (73.44% from 255 or 28.73% from 651); Blue value is 222 (87.11% from 255 or 34.10% from 651); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BBDE is #0D4421. Grayscale: #CFCFCF. Windows color (decimal): -869410 or 14597106. OLE color: 14597106.
HSL color Cylindrical-coordinate representation of color #F2BBDE: hue angle of 321.82º 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 #F2BBDE is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 187 | 222 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.05 |
| HSL | 321.82º | 0.68% | 0.84% | - |
| HSV(B) | 321.82º | 0.23% | 0.95% | - |
| XYZ | 67.57 | 59.69 | 77.07 | - |
| YUV | 207.44 | 136.22 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 187 | 222 | 0 | 0.23 | 0.08 | 0.05 | 321.82 | 0.68 | 0.84 |
| Hex | F2 | BB | DE | 0 | 17 | 8 | 5 | 142 | 44 | 54 |
| Octal | 362 | 273 | 336 | 0 | 27 | 10 | 5 | 502 | 104 | 124 |
| Binary | 11110010 | 10111011 | 11011110 | 0 | 10111 | 1000 | 101 | 101000010 | 1000100 | 1010100 |
Color Harmonies of #F2BBDE
Complementary color
Monochromatic Colors of #F2BBDE
Black with #F2BBDE
Text Example
Text Example
White with #F2BBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BBDE; }
p { color: rgb(242,187,222); }
H1.HeaderClassName
{
color: #F2BBDE;
}
.AnyTagClassName
{
color: #F2BBDE;
}
</style>
background-color css
<style>
a { background-color: #F2BBDE; }
a { background-color: rgb(242,187,222); }
div.DivClassName
{
background-color: #F2BBDE;
}
.BgClassName
{
background-color: #F2BBDE;
}
</style>
border-color css
<style>
span { border-color: #F2BBDE; }
span { border-color: rgb(242,187,222); }
td.TdClassName
{
border-color: #F2BBDE;
}
.TagClassName
{
border-color: #F2BBDE;
}
</style>