Shades of Classic Rose #F1BDD9
Tints of Classic Rose #F1BDD9
RGB
CMYK
RGB Variations
Color information
#F1BDD9 (or 0xF1BDD9) is known color: Classic Rose. HEX triplet: F1, BD and D9. RGB value is (241,189,217). Sum of RGB (Red+Green+Blue) = 241+189+217=647 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.25% from 647); Green value is 189 (74.22% from 255 or 29.21% from 647); Blue value is 217 (85.16% from 255 or 33.54% from 647); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BDD9 is #0E4226. Grayscale: #CFCFCF. Windows color (decimal): -934439 or 14269937. OLE color: 14269937.
HSL color Cylindrical-coordinate representation of color #F1BDD9: hue angle of 327.69º 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 #F1BDD9 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 189 | 217 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.05 |
| HSL | 327.69º | 0.65% | 0.84% | - |
| HSV(B) | 327.69º | 0.22% | 0.95% | - |
| XYZ | 67 | 60.11 | 73.72 | - |
| YUV | 207.74 | 133.23 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 189 | 217 | 0 | 0.22 | 0.10 | 0.05 | 327.69 | 0.65 | 0.84 |
| Hex | F1 | BD | D9 | 0 | 16 | A | 5 | 148 | 41 | 54 |
| Octal | 361 | 275 | 331 | 0 | 26 | 12 | 5 | 510 | 101 | 124 |
| Binary | 11110001 | 10111101 | 11011001 | 0 | 10110 | 1010 | 101 | 101001000 | 1000001 | 1010100 |
Color Harmonies of #F1BDD9
Complementary color
Monochromatic Colors of #F1BDD9
Black with #F1BDD9
Text Example
Text Example
White with #F1BDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BDD9; }
p { color: rgb(241,189,217); }
H1.HeaderClassName
{
color: #F1BDD9;
}
.AnyTagClassName
{
color: #F1BDD9;
}
</style>
background-color css
<style>
a { background-color: #F1BDD9; }
a { background-color: rgb(241,189,217); }
div.DivClassName
{
background-color: #F1BDD9;
}
.BgClassName
{
background-color: #F1BDD9;
}
</style>
border-color css
<style>
span { border-color: #F1BDD9; }
span { border-color: rgb(241,189,217); }
td.TdClassName
{
border-color: #F1BDD9;
}
.TagClassName
{
border-color: #F1BDD9;
}
</style>