Shades of Classic Rose #F1BBDF
Tints of Classic Rose #F1BBDF
RGB
CMYK
RGB Variations
Color information
#F1BBDF (or 0xF1BBDF) is known color: Classic Rose. HEX triplet: F1, BB and DF. RGB value is (241,187,223). Sum of RGB (Red+Green+Blue) = 241+187+223=651 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.02% from 651); Green value is 187 (73.44% from 255 or 28.73% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BBDF is #0E4420. Grayscale: #CFCFCF. Windows color (decimal): -934945 or 14662641. OLE color: 14662641.
HSL color Cylindrical-coordinate representation of color #F1BBDF: hue angle of 320º 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 #F1BBDF is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 187 | 223 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.05 |
| HSL | 320º | 0.66% | 0.84% | - |
| HSV(B) | 320º | 0.22% | 0.95% | - |
| XYZ | 67.37 | 59.57 | 77.76 | - |
| YUV | 207.25 | 136.89 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 187 | 223 | 0 | 0.22 | 0.07 | 0.05 | 320 | 0.66 | 0.84 |
| Hex | F1 | BB | DF | 0 | 16 | 7 | 5 | 140 | 42 | 54 |
| Octal | 361 | 273 | 337 | 0 | 26 | 7 | 5 | 500 | 102 | 124 |
| Binary | 11110001 | 10111011 | 11011111 | 0 | 10110 | 111 | 101 | 101000000 | 1000010 | 1010100 |
Color Harmonies of #F1BBDF
Complementary color
Monochromatic Colors of #F1BBDF
Black with #F1BBDF
Text Example
Text Example
White with #F1BBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BBDF; }
p { color: rgb(241,187,223); }
H1.HeaderClassName
{
color: #F1BBDF;
}
.AnyTagClassName
{
color: #F1BBDF;
}
</style>
background-color css
<style>
a { background-color: #F1BBDF; }
a { background-color: rgb(241,187,223); }
div.DivClassName
{
background-color: #F1BBDF;
}
.BgClassName
{
background-color: #F1BBDF;
}
</style>
border-color css
<style>
span { border-color: #F1BBDF; }
span { border-color: rgb(241,187,223); }
td.TdClassName
{
border-color: #F1BBDF;
}
.TagClassName
{
border-color: #F1BBDF;
}
</style>