Shades of Classic Rose #F5BCDB
Tints of Classic Rose #F5BCDB
RGB
CMYK
RGB Variations
Color information
#F5BCDB (or 0xF5BCDB) is known color: Classic Rose. HEX triplet: F5, BC and DB. RGB value is (245,188,219). Sum of RGB (Red+Green+Blue) = 245+188+219=652 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.58% from 652); Green value is 188 (73.83% from 255 or 28.83% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BCDB is #0A4324. Grayscale: #D0D0D0. Windows color (decimal): -672549 or 14400757. OLE color: 14400757.
HSL color Cylindrical-coordinate representation of color #F5BCDB: hue angle of 327.37º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F5BCDB is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 188 | 219 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.04 |
| HSL | 327.37º | 0.74% | 0.85% | - |
| HSV(B) | 327.37º | 0.23% | 0.96% | - |
| XYZ | 68.43 | 60.49 | 75.09 | - |
| YUV | 208.58 | 133.88 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 188 | 219 | 0 | 0.23 | 0.11 | 0.04 | 327.37 | 0.74 | 0.85 |
| Hex | F5 | BC | DB | 0 | 17 | B | 4 | 147 | 4A | 55 |
| Octal | 365 | 274 | 333 | 0 | 27 | 13 | 4 | 507 | 112 | 125 |
| Binary | 11110101 | 10111100 | 11011011 | 0 | 10111 | 1011 | 100 | 101000111 | 1001010 | 1010101 |
Color Harmonies of #F5BCDB
Complementary color
Monochromatic Colors of #F5BCDB
Black with #F5BCDB
Text Example
Text Example
White with #F5BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BCDB; }
p { color: rgb(245,188,219); }
H1.HeaderClassName
{
color: #F5BCDB;
}
.AnyTagClassName
{
color: #F5BCDB;
}
</style>
background-color css
<style>
a { background-color: #F5BCDB; }
a { background-color: rgb(245,188,219); }
div.DivClassName
{
background-color: #F5BCDB;
}
.BgClassName
{
background-color: #F5BCDB;
}
</style>
border-color css
<style>
span { border-color: #F5BCDB; }
span { border-color: rgb(245,188,219); }
td.TdClassName
{
border-color: #F5BCDB;
}
.TagClassName
{
border-color: #F5BCDB;
}
</style>