Shades of Classic Rose #F4BBDD
Tints of Classic Rose #F4BBDD
RGB
CMYK
RGB Variations
Color information
#F4BBDD (or 0xF4BBDD) is known color: Classic Rose. HEX triplet: F4, BB and DD. RGB value is (244,187,221). Sum of RGB (Red+Green+Blue) = 244+187+221=652 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.42% from 652); Green value is 187 (73.44% from 255 or 28.68% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BBDD is #0B4422. Grayscale: #CFCFCF. Windows color (decimal): -738339 or 14531572. OLE color: 14531572.
HSL color Cylindrical-coordinate representation of color #F4BBDD: hue angle of 324.21º 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 #F4BBDD is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 187 | 221 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.04 |
| HSL | 324.21º | 0.72% | 0.85% | - |
| HSV(B) | 324.21º | 0.23% | 0.96% | - |
| XYZ | 68.13 | 59.99 | 76.4 | - |
| YUV | 207.92 | 135.38 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 187 | 221 | 0 | 0.23 | 0.09 | 0.04 | 324.21 | 0.72 | 0.85 |
| Hex | F4 | BB | DD | 0 | 17 | 9 | 4 | 144 | 48 | 55 |
| Octal | 364 | 273 | 335 | 0 | 27 | 11 | 4 | 504 | 110 | 125 |
| Binary | 11110100 | 10111011 | 11011101 | 0 | 10111 | 1001 | 100 | 101000100 | 1001000 | 1010101 |
Color Harmonies of #F4BBDD
Complementary color
Monochromatic Colors of #F4BBDD
Black with #F4BBDD
Text Example
Text Example
White with #F4BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BBDD; }
p { color: rgb(244,187,221); }
H1.HeaderClassName
{
color: #F4BBDD;
}
.AnyTagClassName
{
color: #F4BBDD;
}
</style>
background-color css
<style>
a { background-color: #F4BBDD; }
a { background-color: rgb(244,187,221); }
div.DivClassName
{
background-color: #F4BBDD;
}
.BgClassName
{
background-color: #F4BBDD;
}
</style>
border-color css
<style>
span { border-color: #F4BBDD; }
span { border-color: rgb(244,187,221); }
td.TdClassName
{
border-color: #F4BBDD;
}
.TagClassName
{
border-color: #F4BBDD;
}
</style>