Shades of Classic Rose #F1BCD3
Tints of Classic Rose #F1BCD3
RGB
CMYK
RGB Variations
Color information
#F1BCD3 (or 0xF1BCD3) is known color: Classic Rose. HEX triplet: F1, BC and D3. RGB value is (241,188,211). Sum of RGB (Red+Green+Blue) = 241+188+211=640 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.66% from 640); Green value is 188 (73.83% from 255 or 29.38% from 640); Blue value is 211 (82.81% from 255 or 32.97% from 640); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BCD3 is #0E432C. Grayscale: #CECECE. Windows color (decimal): -934701 or 13876465. OLE color: 13876465.
HSL color Cylindrical-coordinate representation of color #F1BCD3: hue angle of 333.96º 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 #F1BCD3 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 188 | 211 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.05 |
| HSL | 333.96º | 0.65% | 0.84% | - |
| HSV(B) | 333.96º | 0.22% | 0.95% | - |
| XYZ | 66.02 | 59.37 | 69.61 | - |
| YUV | 206.47 | 130.56 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 188 | 211 | 0 | 0.22 | 0.12 | 0.05 | 333.96 | 0.65 | 0.84 |
| Hex | F1 | BC | D3 | 0 | 16 | C | 5 | 14E | 41 | 54 |
| Octal | 361 | 274 | 323 | 0 | 26 | 14 | 5 | 516 | 101 | 124 |
| Binary | 11110001 | 10111100 | 11010011 | 0 | 10110 | 1100 | 101 | 101001110 | 1000001 | 1010100 |
Color Harmonies of #F1BCD3
Complementary color
Monochromatic Colors of #F1BCD3
Black with #F1BCD3
Text Example
Text Example
White with #F1BCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BCD3; }
p { color: rgb(241,188,211); }
H1.HeaderClassName
{
color: #F1BCD3;
}
.AnyTagClassName
{
color: #F1BCD3;
}
</style>
background-color css
<style>
a { background-color: #F1BCD3; }
a { background-color: rgb(241,188,211); }
div.DivClassName
{
background-color: #F1BCD3;
}
.BgClassName
{
background-color: #F1BCD3;
}
</style>
border-color css
<style>
span { border-color: #F1BCD3; }
span { border-color: rgb(241,188,211); }
td.TdClassName
{
border-color: #F1BCD3;
}
.TagClassName
{
border-color: #F1BCD3;
}
</style>