Shades of Classic Rose #F1B9DD
Tints of Classic Rose #F1B9DD
RGB
CMYK
RGB Variations
Color information
#F1B9DD (or 0xF1B9DD) is known color: Classic Rose. HEX triplet: F1, B9 and DD. RGB value is (241,185,221). Sum of RGB (Red+Green+Blue) = 241+185+221=647 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.25% from 647); Green value is 185 (72.66% from 255 or 28.59% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B9DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B9DD is #0E4622. Grayscale: #CDCDCD. Windows color (decimal): -935459 or 14531057. OLE color: 14531057.
HSL color Cylindrical-coordinate representation of color #F1B9DD: hue angle of 321.43º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F1B9DD is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 185 | 221 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.05 |
| HSL | 321.43º | 0.67% | 0.84% | - |
| HSV(B) | 321.43º | 0.23% | 0.95% | - |
| XYZ | 66.68 | 58.62 | 76.21 | - |
| YUV | 205.85 | 136.55 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 185 | 221 | 0 | 0.23 | 0.08 | 0.05 | 321.43 | 0.67 | 0.84 |
| Hex | F1 | B9 | DD | 0 | 17 | 8 | 5 | 141 | 43 | 54 |
| Octal | 361 | 271 | 335 | 0 | 27 | 10 | 5 | 501 | 103 | 124 |
| Binary | 11110001 | 10111001 | 11011101 | 0 | 10111 | 1000 | 101 | 101000001 | 1000011 | 1010100 |
Color Harmonies of #F1B9DD
Complementary color
Monochromatic Colors of #F1B9DD
Black with #F1B9DD
Text Example
Text Example
White with #F1B9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B9DD; }
p { color: rgb(241,185,221); }
H1.HeaderClassName
{
color: #F1B9DD;
}
.AnyTagClassName
{
color: #F1B9DD;
}
</style>
background-color css
<style>
a { background-color: #F1B9DD; }
a { background-color: rgb(241,185,221); }
div.DivClassName
{
background-color: #F1B9DD;
}
.BgClassName
{
background-color: #F1B9DD;
}
</style>
border-color css
<style>
span { border-color: #F1B9DD; }
span { border-color: rgb(241,185,221); }
td.TdClassName
{
border-color: #F1B9DD;
}
.TagClassName
{
border-color: #F1B9DD;
}
</style>