Shades of Classic Rose #F4BBDA
Tints of Classic Rose #F4BBDA
RGB
CMYK
RGB Variations
Color information
#F4BBDA (or 0xF4BBDA) is known color: Classic Rose. HEX triplet: F4, BB and DA. RGB value is (244,187,218). Sum of RGB (Red+Green+Blue) = 244+187+218=649 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.60% from 649); Green value is 187 (73.44% from 255 or 28.81% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BBDA is #0B4425. Grayscale: #CFCFCF. Windows color (decimal): -738342 or 14334964. OLE color: 14334964.
HSL color Cylindrical-coordinate representation of color #F4BBDA: hue angle of 327.37º 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 #F4BBDA is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 187 | 218 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.04 |
| HSL | 327.37º | 0.72% | 0.85% | - |
| HSV(B) | 327.37º | 0.23% | 0.96% | - |
| XYZ | 67.73 | 59.84 | 74.31 | - |
| YUV | 207.58 | 133.88 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 187 | 218 | 0 | 0.23 | 0.11 | 0.04 | 327.37 | 0.72 | 0.85 |
| Hex | F4 | BB | DA | 0 | 17 | B | 4 | 147 | 48 | 55 |
| Octal | 364 | 273 | 332 | 0 | 27 | 13 | 4 | 507 | 110 | 125 |
| Binary | 11110100 | 10111011 | 11011010 | 0 | 10111 | 1011 | 100 | 101000111 | 1001000 | 1010101 |
Color Harmonies of #F4BBDA
Complementary color
Monochromatic Colors of #F4BBDA
Black with #F4BBDA
Text Example
Text Example
White with #F4BBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BBDA; }
p { color: rgb(244,187,218); }
H1.HeaderClassName
{
color: #F4BBDA;
}
.AnyTagClassName
{
color: #F4BBDA;
}
</style>
background-color css
<style>
a { background-color: #F4BBDA; }
a { background-color: rgb(244,187,218); }
div.DivClassName
{
background-color: #F4BBDA;
}
.BgClassName
{
background-color: #F4BBDA;
}
</style>
border-color css
<style>
span { border-color: #F4BBDA; }
span { border-color: rgb(244,187,218); }
td.TdClassName
{
border-color: #F4BBDA;
}
.TagClassName
{
border-color: #F4BBDA;
}
</style>