Shades of Classic Rose #F4BBDE
Tints of Classic Rose #F4BBDE
RGB
CMYK
RGB Variations
Color information
#F4BBDE (or 0xF4BBDE) is known color: Classic Rose. HEX triplet: F4, BB and DE. RGB value is (244,187,222). Sum of RGB (Red+Green+Blue) = 244+187+222=653 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.37% from 653); Green value is 187 (73.44% from 255 or 28.64% from 653); Blue value is 222 (87.11% from 255 or 34.00% from 653); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BBDE is #0B4421. Grayscale: #CFCFCF. Windows color (decimal): -738338 or 14597108. OLE color: 14597108.
HSL color Cylindrical-coordinate representation of color #F4BBDE: hue angle of 323.16º 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 #F4BBDE is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 187 | 222 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.04 |
| HSL | 323.16º | 0.72% | 0.85% | - |
| HSV(B) | 323.16º | 0.23% | 0.96% | - |
| XYZ | 68.26 | 60.05 | 77.1 | - |
| YUV | 208.03 | 135.88 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 187 | 222 | 0 | 0.23 | 0.09 | 0.04 | 323.16 | 0.72 | 0.85 |
| Hex | F4 | BB | DE | 0 | 17 | 9 | 4 | 143 | 48 | 55 |
| Octal | 364 | 273 | 336 | 0 | 27 | 11 | 4 | 503 | 110 | 125 |
| Binary | 11110100 | 10111011 | 11011110 | 0 | 10111 | 1001 | 100 | 101000011 | 1001000 | 1010101 |
Color Harmonies of #F4BBDE
Complementary color
Monochromatic Colors of #F4BBDE
Black with #F4BBDE
Text Example
Text Example
White with #F4BBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BBDE; }
p { color: rgb(244,187,222); }
H1.HeaderClassName
{
color: #F4BBDE;
}
.AnyTagClassName
{
color: #F4BBDE;
}
</style>
background-color css
<style>
a { background-color: #F4BBDE; }
a { background-color: rgb(244,187,222); }
div.DivClassName
{
background-color: #F4BBDE;
}
.BgClassName
{
background-color: #F4BBDE;
}
</style>
border-color css
<style>
span { border-color: #F4BBDE; }
span { border-color: rgb(244,187,222); }
td.TdClassName
{
border-color: #F4BBDE;
}
.TagClassName
{
border-color: #F4BBDE;
}
</style>