Shades of Classic Rose #F1BBE0
Tints of Classic Rose #F1BBE0
RGB
CMYK
RGB Variations
Color information
#F1BBE0 (or 0xF1BBE0) is known color: Classic Rose. HEX triplet: F1, BB and E0. RGB value is (241,187,224). Sum of RGB (Red+Green+Blue) = 241+187+224=652 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.96% from 652); Green value is 187 (73.44% from 255 or 28.68% from 652); Blue value is 224 (87.89% from 255 or 34.36% from 652); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BBE0 is #0E441F. Grayscale: #CFCFCF. Windows color (decimal): -934944 or 14728177. OLE color: 14728177.
HSL color Cylindrical-coordinate representation of color #F1BBE0: hue angle of 318.89º 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 #F1BBE0 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 187 | 224 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.05 |
| HSL | 318.89º | 0.66% | 0.84% | - |
| HSV(B) | 318.89º | 0.22% | 0.95% | - |
| XYZ | 67.5 | 59.62 | 78.47 | - |
| YUV | 207.36 | 137.39 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 187 | 224 | 0 | 0.22 | 0.07 | 0.05 | 318.89 | 0.66 | 0.84 |
| Hex | F1 | BB | E0 | 0 | 16 | 7 | 5 | 13F | 42 | 54 |
| Octal | 361 | 273 | 340 | 0 | 26 | 7 | 5 | 477 | 102 | 124 |
| Binary | 11110001 | 10111011 | 11100000 | 0 | 10110 | 111 | 101 | 100111111 | 1000010 | 1010100 |
Color Harmonies of #F1BBE0
Complementary color
Monochromatic Colors of #F1BBE0
Black with #F1BBE0
Text Example
Text Example
White with #F1BBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BBE0; }
p { color: rgb(241,187,224); }
H1.HeaderClassName
{
color: #F1BBE0;
}
.AnyTagClassName
{
color: #F1BBE0;
}
</style>
background-color css
<style>
a { background-color: #F1BBE0; }
a { background-color: rgb(241,187,224); }
div.DivClassName
{
background-color: #F1BBE0;
}
.BgClassName
{
background-color: #F1BBE0;
}
</style>
border-color css
<style>
span { border-color: #F1BBE0; }
span { border-color: rgb(241,187,224); }
td.TdClassName
{
border-color: #F1BBE0;
}
.TagClassName
{
border-color: #F1BBE0;
}
</style>