Shades of Classic Rose #F1BCDD
Tints of Classic Rose #F1BCDD
RGB
CMYK
RGB Variations
Color information
#F1BCDD (or 0xF1BCDD) is known color: Classic Rose. HEX triplet: F1, BC and DD. RGB value is (241,188,221). Sum of RGB (Red+Green+Blue) = 241+188+221=650 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.08% from 650); Green value is 188 (73.83% from 255 or 28.92% from 650); Blue value is 221 (86.72% from 255 or 34% from 650); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BCDD is #0E4322. Grayscale: #CFCFCF. Windows color (decimal): -934691 or 14531825. OLE color: 14531825.
HSL color Cylindrical-coordinate representation of color #F1BCDD: hue angle of 322.64º 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 #F1BCDD is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 188 | 221 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.05 |
| HSL | 322.64º | 0.65% | 0.84% | - |
| HSV(B) | 322.64º | 0.22% | 0.95% | - |
| XYZ | 67.31 | 59.89 | 76.42 | - |
| YUV | 207.61 | 135.56 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 188 | 221 | 0 | 0.22 | 0.08 | 0.05 | 322.64 | 0.65 | 0.84 |
| Hex | F1 | BC | DD | 0 | 16 | 8 | 5 | 143 | 41 | 54 |
| Octal | 361 | 274 | 335 | 0 | 26 | 10 | 5 | 503 | 101 | 124 |
| Binary | 11110001 | 10111100 | 11011101 | 0 | 10110 | 1000 | 101 | 101000011 | 1000001 | 1010100 |
Color Harmonies of #F1BCDD
Complementary color
Monochromatic Colors of #F1BCDD
Black with #F1BCDD
Text Example
Text Example
White with #F1BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BCDD; }
p { color: rgb(241,188,221); }
H1.HeaderClassName
{
color: #F1BCDD;
}
.AnyTagClassName
{
color: #F1BCDD;
}
</style>
background-color css
<style>
a { background-color: #F1BCDD; }
a { background-color: rgb(241,188,221); }
div.DivClassName
{
background-color: #F1BCDD;
}
.BgClassName
{
background-color: #F1BCDD;
}
</style>
border-color css
<style>
span { border-color: #F1BCDD; }
span { border-color: rgb(241,188,221); }
td.TdClassName
{
border-color: #F1BCDD;
}
.TagClassName
{
border-color: #F1BCDD;
}
</style>