Shades of Classic Rose #F1BCD9
Tints of Classic Rose #F1BCD9
RGB
CMYK
RGB Variations
Color information
#F1BCD9 (or 0xF1BCD9) is known color: Classic Rose. HEX triplet: F1, BC and D9. RGB value is (241,188,217). Sum of RGB (Red+Green+Blue) = 241+188+217=646 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.31% from 646); Green value is 188 (73.83% from 255 or 29.10% from 646); Blue value is 217 (85.16% from 255 or 33.59% from 646); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BCD9 is #0E4326. Grayscale: #CFCFCF. Windows color (decimal): -934695 or 14269681. OLE color: 14269681.
HSL color Cylindrical-coordinate representation of color #F1BCD9: hue angle of 327.17º degrees, saturation: 0.65, 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 #F1BCD9 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 188 | 217 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.05 |
| HSL | 327.17º | 0.65% | 0.84% | - |
| HSV(B) | 327.17º | 0.22% | 0.95% | - |
| XYZ | 66.78 | 59.68 | 73.64 | - |
| YUV | 207.15 | 133.56 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 188 | 217 | 0 | 0.22 | 0.10 | 0.05 | 327.17 | 0.65 | 0.84 |
| Hex | F1 | BC | D9 | 0 | 16 | A | 5 | 147 | 41 | 54 |
| Octal | 361 | 274 | 331 | 0 | 26 | 12 | 5 | 507 | 101 | 124 |
| Binary | 11110001 | 10111100 | 11011001 | 0 | 10110 | 1010 | 101 | 101000111 | 1000001 | 1010100 |
Color Harmonies of #F1BCD9
Complementary color
Monochromatic Colors of #F1BCD9
Black with #F1BCD9
Text Example
Text Example
White with #F1BCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BCD9; }
p { color: rgb(241,188,217); }
H1.HeaderClassName
{
color: #F1BCD9;
}
.AnyTagClassName
{
color: #F1BCD9;
}
</style>
background-color css
<style>
a { background-color: #F1BCD9; }
a { background-color: rgb(241,188,217); }
div.DivClassName
{
background-color: #F1BCD9;
}
.BgClassName
{
background-color: #F1BCD9;
}
</style>
border-color css
<style>
span { border-color: #F1BCD9; }
span { border-color: rgb(241,188,217); }
td.TdClassName
{
border-color: #F1BCD9;
}
.TagClassName
{
border-color: #F1BCD9;
}
</style>