Shades of Classic Rose #F4BDDB
Tints of Classic Rose #F4BDDB
RGB
CMYK
RGB Variations
Color information
#F4BDDB (or 0xF4BDDB) is known color: Classic Rose. HEX triplet: F4, BD and DB. RGB value is (244,189,219). Sum of RGB (Red+Green+Blue) = 244+189+219=652 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.42% from 652); Green value is 189 (74.22% from 255 or 28.99% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BDDB is #0B4224. Grayscale: #D0D0D0. Windows color (decimal): -737829 or 14401012. OLE color: 14401012.
HSL color Cylindrical-coordinate representation of color #F4BDDB: hue angle of 327.27º degrees, saturation: 0.71, 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 #F4BDDB is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 189 | 219 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.04 |
| HSL | 327.27º | 0.71% | 0.85% | - |
| HSV(B) | 327.27º | 0.23% | 0.96% | - |
| XYZ | 68.29 | 60.74 | 75.14 | - |
| YUV | 208.87 | 133.72 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 189 | 219 | 0 | 0.23 | 0.10 | 0.04 | 327.27 | 0.71 | 0.85 |
| Hex | F4 | BD | DB | 0 | 17 | A | 4 | 147 | 47 | 55 |
| Octal | 364 | 275 | 333 | 0 | 27 | 12 | 4 | 507 | 107 | 125 |
| Binary | 11110100 | 10111101 | 11011011 | 0 | 10111 | 1010 | 100 | 101000111 | 1000111 | 1010101 |
Color Harmonies of #F4BDDB
Complementary color
Monochromatic Colors of #F4BDDB
Black with #F4BDDB
Text Example
Text Example
White with #F4BDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BDDB; }
p { color: rgb(244,189,219); }
H1.HeaderClassName
{
color: #F4BDDB;
}
.AnyTagClassName
{
color: #F4BDDB;
}
</style>
background-color css
<style>
a { background-color: #F4BDDB; }
a { background-color: rgb(244,189,219); }
div.DivClassName
{
background-color: #F4BDDB;
}
.BgClassName
{
background-color: #F4BDDB;
}
</style>
border-color css
<style>
span { border-color: #F4BDDB; }
span { border-color: rgb(244,189,219); }
td.TdClassName
{
border-color: #F4BDDB;
}
.TagClassName
{
border-color: #F4BDDB;
}
</style>