Shades of Classic Rose #F1BADD
Tints of Classic Rose #F1BADD
RGB
CMYK
RGB Variations
Color information
#F1BADD (or 0xF1BADD) is known color: Classic Rose. HEX triplet: F1, BA and DD. RGB value is (241,186,221). Sum of RGB (Red+Green+Blue) = 241+186+221=648 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.19% from 648); Green value is 186 (73.05% from 255 or 28.70% from 648); Blue value is 221 (86.72% from 255 or 34.10% from 648); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BADD is #0E4522. Grayscale: #CECECE. Windows color (decimal): -935203 or 14531313. OLE color: 14531313.
HSL color Cylindrical-coordinate representation of color #F1BADD: hue angle of 321.82º degrees, saturation: 0.66, 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 #F1BADD is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 186 | 221 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.05 |
| HSL | 321.82º | 0.66% | 0.84% | - |
| HSV(B) | 321.82º | 0.23% | 0.95% | - |
| XYZ | 66.89 | 59.04 | 76.28 | - |
| YUV | 206.44 | 136.22 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 186 | 221 | 0 | 0.23 | 0.08 | 0.05 | 321.82 | 0.66 | 0.84 |
| Hex | F1 | BA | DD | 0 | 17 | 8 | 5 | 142 | 42 | 54 |
| Octal | 361 | 272 | 335 | 0 | 27 | 10 | 5 | 502 | 102 | 124 |
| Binary | 11110001 | 10111010 | 11011101 | 0 | 10111 | 1000 | 101 | 101000010 | 1000010 | 1010100 |
Color Harmonies of #F1BADD
Complementary color
Monochromatic Colors of #F1BADD
Black with #F1BADD
Text Example
Text Example
White with #F1BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BADD; }
p { color: rgb(241,186,221); }
H1.HeaderClassName
{
color: #F1BADD;
}
.AnyTagClassName
{
color: #F1BADD;
}
</style>
background-color css
<style>
a { background-color: #F1BADD; }
a { background-color: rgb(241,186,221); }
div.DivClassName
{
background-color: #F1BADD;
}
.BgClassName
{
background-color: #F1BADD;
}
</style>
border-color css
<style>
span { border-color: #F1BADD; }
span { border-color: rgb(241,186,221); }
td.TdClassName
{
border-color: #F1BADD;
}
.TagClassName
{
border-color: #F1BADD;
}
</style>