Shades of Lavender Rose #F4B5EA
Tints of Lavender Rose #F4B5EA
RGB
CMYK
RGB Variations
Color information
#F4B5EA (or 0xF4B5EA) is known color: Lavender Rose. HEX triplet: F4, B5 and EA. RGB value is (244,181,234). Sum of RGB (Red+Green+Blue) = 244+181+234=659 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.03% from 659); Green value is 181 (71.09% from 255 or 27.47% from 659); Blue value is 234 (91.80% from 255 or 35.51% from 659); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4B5EA is #0B4A15. Grayscale: #CDCDCD. Windows color (decimal): -739862 or 15382004. OLE color: 15382004.
HSL color Cylindrical-coordinate representation of color #F4B5EA: hue angle of 309.52º degrees, saturation: 0.74, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F4B5EA is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 181 | 234 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.04 |
| HSL | 309.52º | 0.74% | 0.83% | - |
| HSV(B) | 309.52º | 0.26% | 0.96% | - |
| XYZ | 68.68 | 58.22 | 85.46 | - |
| YUV | 205.88 | 143.87 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 181 | 234 | 0 | 0.26 | 0.04 | 0.04 | 309.52 | 0.74 | 0.83 |
| Hex | F4 | B5 | EA | 0 | 1A | 4 | 4 | 136 | 4A | 53 |
| Octal | 364 | 265 | 352 | 0 | 32 | 4 | 4 | 466 | 112 | 123 |
| Binary | 11110100 | 10110101 | 11101010 | 0 | 11010 | 100 | 100 | 100110110 | 1001010 | 1010011 |
Color Harmonies of #F4B5EA
Complementary color
Monochromatic Colors of #F4B5EA
Black with #F4B5EA
Text Example
Text Example
White with #F4B5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B5EA; }
p { color: rgb(244,181,234); }
H1.HeaderClassName
{
color: #F4B5EA;
}
.AnyTagClassName
{
color: #F4B5EA;
}
</style>
background-color css
<style>
a { background-color: #F4B5EA; }
a { background-color: rgb(244,181,234); }
div.DivClassName
{
background-color: #F4B5EA;
}
.BgClassName
{
background-color: #F4B5EA;
}
</style>
border-color css
<style>
span { border-color: #F4B5EA; }
span { border-color: rgb(244,181,234); }
td.TdClassName
{
border-color: #F4B5EA;
}
.TagClassName
{
border-color: #F4B5EA;
}
</style>