Shades of Classic Rose #F4BBD9
Tints of Classic Rose #F4BBD9
RGB
CMYK
RGB Variations
Color information
#F4BBD9 (or 0xF4BBD9) is known color: Classic Rose. HEX triplet: F4, BB and D9. RGB value is (244,187,217). Sum of RGB (Red+Green+Blue) = 244+187+217=648 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.65% from 648); Green value is 187 (73.44% from 255 or 28.86% from 648); Blue value is 217 (85.16% from 255 or 33.49% from 648); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BBD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BBD9 is #0B4426. Grayscale: #CFCFCF. Windows color (decimal): -738343 or 14269428. OLE color: 14269428.
HSL color Cylindrical-coordinate representation of color #F4BBD9: hue angle of 328.42º 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 #F4BBD9 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 187 | 217 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.04 |
| HSL | 328.42º | 0.72% | 0.85% | - |
| HSV(B) | 328.42º | 0.23% | 0.96% | - |
| XYZ | 67.6 | 59.78 | 73.62 | - |
| YUV | 207.46 | 133.38 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 187 | 217 | 0 | 0.23 | 0.11 | 0.04 | 328.42 | 0.72 | 0.85 |
| Hex | F4 | BB | D9 | 0 | 17 | B | 4 | 148 | 48 | 55 |
| Octal | 364 | 273 | 331 | 0 | 27 | 13 | 4 | 510 | 110 | 125 |
| Binary | 11110100 | 10111011 | 11011001 | 0 | 10111 | 1011 | 100 | 101001000 | 1001000 | 1010101 |
Color Harmonies of #F4BBD9
Complementary color
Monochromatic Colors of #F4BBD9
Black with #F4BBD9
Text Example
Text Example
White with #F4BBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BBD9; }
p { color: rgb(244,187,217); }
H1.HeaderClassName
{
color: #F4BBD9;
}
.AnyTagClassName
{
color: #F4BBD9;
}
</style>
background-color css
<style>
a { background-color: #F4BBD9; }
a { background-color: rgb(244,187,217); }
div.DivClassName
{
background-color: #F4BBD9;
}
.BgClassName
{
background-color: #F4BBD9;
}
</style>
border-color css
<style>
span { border-color: #F4BBD9; }
span { border-color: rgb(244,187,217); }
td.TdClassName
{
border-color: #F4BBD9;
}
.TagClassName
{
border-color: #F4BBD9;
}
</style>