Shades of Classic Rose #F1BCDF
Tints of Classic Rose #F1BCDF
RGB
CMYK
RGB Variations
Color information
#F1BCDF (or 0xF1BCDF) is known color: Classic Rose. HEX triplet: F1, BC and DF. RGB value is (241,188,223). Sum of RGB (Red+Green+Blue) = 241+188+223=652 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.96% from 652); Green value is 188 (73.83% from 255 or 28.83% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BCDF is #0E4320. Grayscale: #CFCFCF. Windows color (decimal): -934689 or 14662897. OLE color: 14662897.
HSL color Cylindrical-coordinate representation of color #F1BCDF: hue angle of 320.38º 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 #F1BCDF is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 188 | 223 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.05 |
| HSL | 320.38º | 0.65% | 0.84% | - |
| HSV(B) | 320.38º | 0.22% | 0.95% | - |
| XYZ | 67.58 | 59.99 | 77.83 | - |
| YUV | 207.84 | 136.56 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 188 | 223 | 0 | 0.22 | 0.07 | 0.05 | 320.38 | 0.65 | 0.84 |
| Hex | F1 | BC | DF | 0 | 16 | 7 | 5 | 140 | 41 | 54 |
| Octal | 361 | 274 | 337 | 0 | 26 | 7 | 5 | 500 | 101 | 124 |
| Binary | 11110001 | 10111100 | 11011111 | 0 | 10110 | 111 | 101 | 101000000 | 1000001 | 1010100 |
Color Harmonies of #F1BCDF
Complementary color
Monochromatic Colors of #F1BCDF
Black with #F1BCDF
Text Example
Text Example
White with #F1BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BCDF; }
p { color: rgb(241,188,223); }
H1.HeaderClassName
{
color: #F1BCDF;
}
.AnyTagClassName
{
color: #F1BCDF;
}
</style>
background-color css
<style>
a { background-color: #F1BCDF; }
a { background-color: rgb(241,188,223); }
div.DivClassName
{
background-color: #F1BCDF;
}
.BgClassName
{
background-color: #F1BCDF;
}
</style>
border-color css
<style>
span { border-color: #F1BCDF; }
span { border-color: rgb(241,188,223); }
td.TdClassName
{
border-color: #F1BCDF;
}
.TagClassName
{
border-color: #F1BCDF;
}
</style>