Shades of Classic Rose #F1BBDC
Tints of Classic Rose #F1BBDC
RGB
CMYK
RGB Variations
Color information
#F1BBDC (or 0xF1BBDC) is known color: Classic Rose. HEX triplet: F1, BB and DC. RGB value is (241,187,220). Sum of RGB (Red+Green+Blue) = 241+187+220=648 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.19% from 648); Green value is 187 (73.44% from 255 or 28.86% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BBDC is #0E4423. Grayscale: #CECECE. Windows color (decimal): -934948 or 14466033. OLE color: 14466033.
HSL color Cylindrical-coordinate representation of color #F1BBDC: hue angle of 323.33º degrees, saturation: 0.66, 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 #F1BBDC is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 187 | 220 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.05 |
| HSL | 323.33º | 0.66% | 0.84% | - |
| HSV(B) | 323.33º | 0.22% | 0.95% | - |
| XYZ | 66.96 | 59.41 | 75.65 | - |
| YUV | 206.91 | 135.39 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 187 | 220 | 0 | 0.22 | 0.09 | 0.05 | 323.33 | 0.66 | 0.84 |
| Hex | F1 | BB | DC | 0 | 16 | 9 | 5 | 143 | 42 | 54 |
| Octal | 361 | 273 | 334 | 0 | 26 | 11 | 5 | 503 | 102 | 124 |
| Binary | 11110001 | 10111011 | 11011100 | 0 | 10110 | 1001 | 101 | 101000011 | 1000010 | 1010100 |
Color Harmonies of #F1BBDC
Complementary color
Monochromatic Colors of #F1BBDC
Black with #F1BBDC
Text Example
Text Example
White with #F1BBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BBDC; }
p { color: rgb(241,187,220); }
H1.HeaderClassName
{
color: #F1BBDC;
}
.AnyTagClassName
{
color: #F1BBDC;
}
</style>
background-color css
<style>
a { background-color: #F1BBDC; }
a { background-color: rgb(241,187,220); }
div.DivClassName
{
background-color: #F1BBDC;
}
.BgClassName
{
background-color: #F1BBDC;
}
</style>
border-color css
<style>
span { border-color: #F1BBDC; }
span { border-color: rgb(241,187,220); }
td.TdClassName
{
border-color: #F1BBDC;
}
.TagClassName
{
border-color: #F1BBDC;
}
</style>