Shades of Lavender Rose #F4BBE4
Tints of Lavender Rose #F4BBE4
RGB
CMYK
RGB Variations
Color information
#F4BBE4 (or 0xF4BBE4) is known color: Lavender Rose. HEX triplet: F4, BB and E4. RGB value is (244,187,228). Sum of RGB (Red+Green+Blue) = 244+187+228=659 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.03% from 659); Green value is 187 (73.44% from 255 or 28.38% from 659); Blue value is 228 (89.45% from 255 or 34.60% from 659); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BBE4 is #0B441B. Grayscale: #D0D0D0. Windows color (decimal): -738332 or 14990324. OLE color: 14990324.
HSL color Cylindrical-coordinate representation of color #F4BBE4: hue angle of 316.84º 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 #F4BBE4 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 187 | 228 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.04 |
| HSL | 316.84º | 0.72% | 0.85% | - |
| HSV(B) | 316.84º | 0.23% | 0.96% | - |
| XYZ | 69.08 | 60.38 | 81.41 | - |
| YUV | 208.72 | 138.88 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 187 | 228 | 0 | 0.23 | 0.07 | 0.04 | 316.84 | 0.72 | 0.85 |
| Hex | F4 | BB | E4 | 0 | 17 | 7 | 4 | 13D | 48 | 55 |
| Octal | 364 | 273 | 344 | 0 | 27 | 7 | 4 | 475 | 110 | 125 |
| Binary | 11110100 | 10111011 | 11100100 | 0 | 10111 | 111 | 100 | 100111101 | 1001000 | 1010101 |
Color Harmonies of #F4BBE4
Complementary color
Monochromatic Colors of #F4BBE4
Black with #F4BBE4
Text Example
Text Example
White with #F4BBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BBE4; }
p { color: rgb(244,187,228); }
H1.HeaderClassName
{
color: #F4BBE4;
}
.AnyTagClassName
{
color: #F4BBE4;
}
</style>
background-color css
<style>
a { background-color: #F4BBE4; }
a { background-color: rgb(244,187,228); }
div.DivClassName
{
background-color: #F4BBE4;
}
.BgClassName
{
background-color: #F4BBE4;
}
</style>
border-color css
<style>
span { border-color: #F4BBE4; }
span { border-color: rgb(244,187,228); }
td.TdClassName
{
border-color: #F4BBE4;
}
.TagClassName
{
border-color: #F4BBE4;
}
</style>