Shades of Classic Rose #F1BBD5
Tints of Classic Rose #F1BBD5
RGB
CMYK
RGB Variations
Color information
#F1BBD5 (or 0xF1BBD5) is known color: Classic Rose. HEX triplet: F1, BB and D5. RGB value is (241,187,213). Sum of RGB (Red+Green+Blue) = 241+187+213=641 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.60% from 641); Green value is 187 (73.44% from 255 or 29.17% from 641); Blue value is 213 (83.59% from 255 or 33.23% from 641); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BBD5 is #0E442A. Grayscale: #CECECE. Windows color (decimal): -934955 or 14007281. OLE color: 14007281.
HSL color Cylindrical-coordinate representation of color #F1BBD5: hue angle of 331.11º 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 #F1BBD5 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 187 | 213 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.05 |
| HSL | 331.11º | 0.66% | 0.84% | - |
| HSV(B) | 331.11º | 0.22% | 0.95% | - |
| XYZ | 66.06 | 59.05 | 70.87 | - |
| YUV | 206.11 | 131.89 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 187 | 213 | 0 | 0.22 | 0.12 | 0.05 | 331.11 | 0.66 | 0.84 |
| Hex | F1 | BB | D5 | 0 | 16 | C | 5 | 14B | 42 | 54 |
| Octal | 361 | 273 | 325 | 0 | 26 | 14 | 5 | 513 | 102 | 124 |
| Binary | 11110001 | 10111011 | 11010101 | 0 | 10110 | 1100 | 101 | 101001011 | 1000010 | 1010100 |
Color Harmonies of #F1BBD5
Complementary color
Monochromatic Colors of #F1BBD5
Black with #F1BBD5
Text Example
Text Example
White with #F1BBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BBD5; }
p { color: rgb(241,187,213); }
H1.HeaderClassName
{
color: #F1BBD5;
}
.AnyTagClassName
{
color: #F1BBD5;
}
</style>
background-color css
<style>
a { background-color: #F1BBD5; }
a { background-color: rgb(241,187,213); }
div.DivClassName
{
background-color: #F1BBD5;
}
.BgClassName
{
background-color: #F1BBD5;
}
</style>
border-color css
<style>
span { border-color: #F1BBD5; }
span { border-color: rgb(241,187,213); }
td.TdClassName
{
border-color: #F1BBD5;
}
.TagClassName
{
border-color: #F1BBD5;
}
</style>