Shades of Classic Rose #F1BADF
Tints of Classic Rose #F1BADF
RGB
CMYK
RGB Variations
Color information
#F1BADF (or 0xF1BADF) is known color: Classic Rose. HEX triplet: F1, BA and DF. RGB value is (241,186,223). Sum of RGB (Red+Green+Blue) = 241+186+223=650 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.08% from 650); Green value is 186 (73.05% from 255 or 28.62% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BADF is #0E4520. Grayscale: #CECECE. Windows color (decimal): -935201 or 14662385. OLE color: 14662385.
HSL color Cylindrical-coordinate representation of color #F1BADF: hue angle of 319.64º 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 #F1BADF is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 186 | 223 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.05 |
| HSL | 319.64º | 0.66% | 0.84% | - |
| HSV(B) | 319.64º | 0.23% | 0.95% | - |
| XYZ | 67.15 | 59.15 | 77.69 | - |
| YUV | 206.66 | 137.22 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 186 | 223 | 0 | 0.23 | 0.07 | 0.05 | 319.64 | 0.66 | 0.84 |
| Hex | F1 | BA | DF | 0 | 17 | 7 | 5 | 140 | 42 | 54 |
| Octal | 361 | 272 | 337 | 0 | 27 | 7 | 5 | 500 | 102 | 124 |
| Binary | 11110001 | 10111010 | 11011111 | 0 | 10111 | 111 | 101 | 101000000 | 1000010 | 1010100 |
Color Harmonies of #F1BADF
Complementary color
Monochromatic Colors of #F1BADF
Black with #F1BADF
Text Example
Text Example
White with #F1BADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BADF; }
p { color: rgb(241,186,223); }
H1.HeaderClassName
{
color: #F1BADF;
}
.AnyTagClassName
{
color: #F1BADF;
}
</style>
background-color css
<style>
a { background-color: #F1BADF; }
a { background-color: rgb(241,186,223); }
div.DivClassName
{
background-color: #F1BADF;
}
.BgClassName
{
background-color: #F1BADF;
}
</style>
border-color css
<style>
span { border-color: #F1BADF; }
span { border-color: rgb(241,186,223); }
td.TdClassName
{
border-color: #F1BADF;
}
.TagClassName
{
border-color: #F1BADF;
}
</style>