Shades of Classic Rose #F5BBDD
Tints of Classic Rose #F5BBDD
RGB
CMYK
RGB Variations
Color information
#F5BBDD (or 0xF5BBDD) is known color: Classic Rose. HEX triplet: F5, BB and DD. RGB value is (245,187,221). Sum of RGB (Red+Green+Blue) = 245+187+221=653 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.52% from 653); Green value is 187 (73.44% from 255 or 28.64% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BBDD is #0A4422. Grayscale: #D0D0D0. Windows color (decimal): -672803 or 14531573. OLE color: 14531573.
HSL color Cylindrical-coordinate representation of color #F5BBDD: hue angle of 324.83º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5BBDD is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 187 | 221 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.04 |
| HSL | 324.83º | 0.74% | 0.85% | - |
| HSV(B) | 324.83º | 0.24% | 0.96% | - |
| XYZ | 68.48 | 60.17 | 76.41 | - |
| YUV | 208.22 | 135.22 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 187 | 221 | 0 | 0.24 | 0.10 | 0.04 | 324.83 | 0.74 | 0.85 |
| Hex | F5 | BB | DD | 0 | 18 | A | 4 | 145 | 4A | 55 |
| Octal | 365 | 273 | 335 | 0 | 30 | 12 | 4 | 505 | 112 | 125 |
| Binary | 11110101 | 10111011 | 11011101 | 0 | 11000 | 1010 | 100 | 101000101 | 1001010 | 1010101 |
Color Harmonies of #F5BBDD
Complementary color
Monochromatic Colors of #F5BBDD
Black with #F5BBDD
Text Example
Text Example
White with #F5BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BBDD; }
p { color: rgb(245,187,221); }
H1.HeaderClassName
{
color: #F5BBDD;
}
.AnyTagClassName
{
color: #F5BBDD;
}
</style>
background-color css
<style>
a { background-color: #F5BBDD; }
a { background-color: rgb(245,187,221); }
div.DivClassName
{
background-color: #F5BBDD;
}
.BgClassName
{
background-color: #F5BBDD;
}
</style>
border-color css
<style>
span { border-color: #F5BBDD; }
span { border-color: rgb(245,187,221); }
td.TdClassName
{
border-color: #F5BBDD;
}
.TagClassName
{
border-color: #F5BBDD;
}
</style>