Shades of Classic Rose #F1BBDD
Tints of Classic Rose #F1BBDD
RGB
CMYK
RGB Variations
Color information
#F1BBDD (or 0xF1BBDD) is known color: Classic Rose. HEX triplet: F1, BB and DD. RGB value is (241,187,221). Sum of RGB (Red+Green+Blue) = 241+187+221=649 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.13% from 649); Green value is 187 (73.44% from 255 or 28.81% from 649); Blue value is 221 (86.72% from 255 or 34.05% from 649); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BBDD is #0E4422. Grayscale: #CECECE. Windows color (decimal): -934947 or 14531569. OLE color: 14531569.
HSL color Cylindrical-coordinate representation of color #F1BBDD: hue angle of 322.22º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1BBDD is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 187 | 221 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.05 |
| HSL | 322.22º | 0.66% | 0.84% | - |
| HSV(B) | 322.22º | 0.22% | 0.95% | - |
| XYZ | 67.1 | 59.46 | 76.35 | - |
| YUV | 207.02 | 135.89 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 187 | 221 | 0 | 0.22 | 0.08 | 0.05 | 322.22 | 0.66 | 0.84 |
| Hex | F1 | BB | DD | 0 | 16 | 8 | 5 | 142 | 42 | 54 |
| Octal | 361 | 273 | 335 | 0 | 26 | 10 | 5 | 502 | 102 | 124 |
| Binary | 11110001 | 10111011 | 11011101 | 0 | 10110 | 1000 | 101 | 101000010 | 1000010 | 1010100 |
Color Harmonies of #F1BBDD
Complementary color
Monochromatic Colors of #F1BBDD
Black with #F1BBDD
Text Example
Text Example
White with #F1BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BBDD; }
p { color: rgb(241,187,221); }
H1.HeaderClassName
{
color: #F1BBDD;
}
.AnyTagClassName
{
color: #F1BBDD;
}
</style>
background-color css
<style>
a { background-color: #F1BBDD; }
a { background-color: rgb(241,187,221); }
div.DivClassName
{
background-color: #F1BBDD;
}
.BgClassName
{
background-color: #F1BBDD;
}
</style>
border-color css
<style>
span { border-color: #F1BBDD; }
span { border-color: rgb(241,187,221); }
td.TdClassName
{
border-color: #F1BBDD;
}
.TagClassName
{
border-color: #F1BBDD;
}
</style>