Shades of Classic Rose #F1BBD6
Tints of Classic Rose #F1BBD6
RGB
CMYK
RGB Variations
Color information
#F1BBD6 (or 0xF1BBD6) is known color: Classic Rose. HEX triplet: F1, BB and D6. RGB value is (241,187,214). Sum of RGB (Red+Green+Blue) = 241+187+214=642 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.54% from 642); Green value is 187 (73.44% from 255 or 29.13% from 642); Blue value is 214 (83.98% from 255 or 33.33% from 642); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BBD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BBD6 is #0E4429. Grayscale: #CECECE. Windows color (decimal): -934954 or 14072817. OLE color: 14072817.
HSL color Cylindrical-coordinate representation of color #F1BBD6: hue angle of 330º 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 #F1BBD6 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 187 | 214 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.05 |
| HSL | 330º | 0.66% | 0.84% | - |
| HSV(B) | 330º | 0.22% | 0.95% | - |
| XYZ | 66.18 | 59.1 | 71.54 | - |
| YUV | 206.22 | 132.39 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 187 | 214 | 0 | 0.22 | 0.11 | 0.05 | 330 | 0.66 | 0.84 |
| Hex | F1 | BB | D6 | 0 | 16 | B | 5 | 14A | 42 | 54 |
| Octal | 361 | 273 | 326 | 0 | 26 | 13 | 5 | 512 | 102 | 124 |
| Binary | 11110001 | 10111011 | 11010110 | 0 | 10110 | 1011 | 101 | 101001010 | 1000010 | 1010100 |
Color Harmonies of #F1BBD6
Complementary color
Monochromatic Colors of #F1BBD6
Black with #F1BBD6
Text Example
Text Example
White with #F1BBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BBD6; }
p { color: rgb(241,187,214); }
H1.HeaderClassName
{
color: #F1BBD6;
}
.AnyTagClassName
{
color: #F1BBD6;
}
</style>
background-color css
<style>
a { background-color: #F1BBD6; }
a { background-color: rgb(241,187,214); }
div.DivClassName
{
background-color: #F1BBD6;
}
.BgClassName
{
background-color: #F1BBD6;
}
</style>
border-color css
<style>
span { border-color: #F1BBD6; }
span { border-color: rgb(241,187,214); }
td.TdClassName
{
border-color: #F1BBD6;
}
.TagClassName
{
border-color: #F1BBD6;
}
</style>