Shades of Classic Rose #F2BBDC
Tints of Classic Rose #F2BBDC
RGB
CMYK
RGB Variations
Color information
#F2BBDC (or 0xF2BBDC) is known color: Classic Rose. HEX triplet: F2, BB and DC. RGB value is (242,187,220). Sum of RGB (Red+Green+Blue) = 242+187+220=649 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.29% from 649); Green value is 187 (73.44% from 255 or 28.81% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BBDC is #0D4423. Grayscale: #CFCFCF. Windows color (decimal): -869412 or 14466034. OLE color: 14466034.
HSL color Cylindrical-coordinate representation of color #F2BBDC: hue angle of 324º 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 #F2BBDC is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 187 | 220 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.05 |
| HSL | 324º | 0.68% | 0.84% | - |
| HSV(B) | 324º | 0.23% | 0.95% | - |
| XYZ | 67.31 | 59.59 | 75.66 | - |
| YUV | 207.21 | 135.22 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 187 | 220 | 0 | 0.23 | 0.09 | 0.05 | 324 | 0.68 | 0.84 |
| Hex | F2 | BB | DC | 0 | 17 | 9 | 5 | 144 | 44 | 54 |
| Octal | 362 | 273 | 334 | 0 | 27 | 11 | 5 | 504 | 104 | 124 |
| Binary | 11110010 | 10111011 | 11011100 | 0 | 10111 | 1001 | 101 | 101000100 | 1000100 | 1010100 |
Color Harmonies of #F2BBDC
Complementary color
Monochromatic Colors of #F2BBDC
Black with #F2BBDC
Text Example
Text Example
White with #F2BBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BBDC; }
p { color: rgb(242,187,220); }
H1.HeaderClassName
{
color: #F2BBDC;
}
.AnyTagClassName
{
color: #F2BBDC;
}
</style>
background-color css
<style>
a { background-color: #F2BBDC; }
a { background-color: rgb(242,187,220); }
div.DivClassName
{
background-color: #F2BBDC;
}
.BgClassName
{
background-color: #F2BBDC;
}
</style>
border-color css
<style>
span { border-color: #F2BBDC; }
span { border-color: rgb(242,187,220); }
td.TdClassName
{
border-color: #F2BBDC;
}
.TagClassName
{
border-color: #F2BBDC;
}
</style>