Shades of Classic Rose #F1BFDB
Tints of Classic Rose #F1BFDB
RGB
CMYK
RGB Variations
Color information
#F1BFDB (or 0xF1BFDB) is known color: Classic Rose. HEX triplet: F1, BF and DB. RGB value is (241,191,219). Sum of RGB (Red+Green+Blue) = 241+191+219=651 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.02% from 651); Green value is 191 (75% from 255 or 29.34% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BFDB is #0E4024. Grayscale: #D1D1D1. Windows color (decimal): -933925 or 14401521. OLE color: 14401521.
HSL color Cylindrical-coordinate representation of color #F1BFDB: hue angle of 326.4º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F1BFDB is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 191 | 219 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.05 |
| HSL | 326.4º | 0.64% | 0.85% | - |
| HSV(B) | 326.4º | 0.21% | 0.95% | - |
| XYZ | 67.69 | 61.08 | 75.24 | - |
| YUV | 209.14 | 133.57 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 191 | 219 | 0 | 0.21 | 0.09 | 0.05 | 326.4 | 0.64 | 0.85 |
| Hex | F1 | BF | DB | 0 | 15 | 9 | 5 | 146 | 40 | 55 |
| Octal | 361 | 277 | 333 | 0 | 25 | 11 | 5 | 506 | 100 | 125 |
| Binary | 11110001 | 10111111 | 11011011 | 0 | 10101 | 1001 | 101 | 101000110 | 1000000 | 1010101 |
Color Harmonies of #F1BFDB
Complementary color
Monochromatic Colors of #F1BFDB
Black with #F1BFDB
Text Example
Text Example
White with #F1BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BFDB; }
p { color: rgb(241,191,219); }
H1.HeaderClassName
{
color: #F1BFDB;
}
.AnyTagClassName
{
color: #F1BFDB;
}
</style>
background-color css
<style>
a { background-color: #F1BFDB; }
a { background-color: rgb(241,191,219); }
div.DivClassName
{
background-color: #F1BFDB;
}
.BgClassName
{
background-color: #F1BFDB;
}
</style>
border-color css
<style>
span { border-color: #F1BFDB; }
span { border-color: rgb(241,191,219); }
td.TdClassName
{
border-color: #F1BFDB;
}
.TagClassName
{
border-color: #F1BFDB;
}
</style>