Shades of Classic Rose #F4BCDB
Tints of Classic Rose #F4BCDB
RGB
CMYK
RGB Variations
Color information
#F4BCDB (or 0xF4BCDB) is known color: Classic Rose. HEX triplet: F4, BC and DB. RGB value is (244,188,219). Sum of RGB (Red+Green+Blue) = 244+188+219=651 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.48% from 651); Green value is 188 (73.83% from 255 or 28.88% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BCDB is #0B4324. Grayscale: #D0D0D0. Windows color (decimal): -738085 or 14400756. OLE color: 14400756.
HSL color Cylindrical-coordinate representation of color #F4BCDB: hue angle of 326.79º degrees, saturation: 0.72, 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 #F4BCDB is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 188 | 219 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.04 |
| HSL | 326.79º | 0.72% | 0.85% | - |
| HSV(B) | 326.79º | 0.23% | 0.96% | - |
| XYZ | 68.08 | 60.31 | 75.07 | - |
| YUV | 208.28 | 134.05 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 188 | 219 | 0 | 0.23 | 0.10 | 0.04 | 326.79 | 0.72 | 0.85 |
| Hex | F4 | BC | DB | 0 | 17 | A | 4 | 147 | 48 | 55 |
| Octal | 364 | 274 | 333 | 0 | 27 | 12 | 4 | 507 | 110 | 125 |
| Binary | 11110100 | 10111100 | 11011011 | 0 | 10111 | 1010 | 100 | 101000111 | 1001000 | 1010101 |
Color Harmonies of #F4BCDB
Complementary color
Monochromatic Colors of #F4BCDB
Black with #F4BCDB
Text Example
Text Example
White with #F4BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BCDB; }
p { color: rgb(244,188,219); }
H1.HeaderClassName
{
color: #F4BCDB;
}
.AnyTagClassName
{
color: #F4BCDB;
}
</style>
background-color css
<style>
a { background-color: #F4BCDB; }
a { background-color: rgb(244,188,219); }
div.DivClassName
{
background-color: #F4BCDB;
}
.BgClassName
{
background-color: #F4BCDB;
}
</style>
border-color css
<style>
span { border-color: #F4BCDB; }
span { border-color: rgb(244,188,219); }
td.TdClassName
{
border-color: #F4BCDB;
}
.TagClassName
{
border-color: #F4BCDB;
}
</style>