Shades of Lavender Rose #F4B2EA
Tints of Lavender Rose #F4B2EA
RGB
CMYK
RGB Variations
Color information
#F4B2EA (or 0xF4B2EA) is known color: Lavender Rose. HEX triplet: F4, B2 and EA. RGB value is (244,178,234). Sum of RGB (Red+Green+Blue) = 244+178+234=656 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.20% from 656); Green value is 178 (69.92% from 255 or 27.13% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B2EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4B2EA is #0B4D15. Grayscale: #CBCBCB. Windows color (decimal): -740630 or 15381236. OLE color: 15381236.
HSL color Cylindrical-coordinate representation of color #F4B2EA: hue angle of 309.09º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F4B2EA is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 178 | 234 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.04 |
| HSL | 309.09º | 0.75% | 0.83% | - |
| HSV(B) | 309.09º | 0.27% | 0.96% | - |
| XYZ | 68.08 | 57.01 | 85.26 | - |
| YUV | 204.12 | 144.87 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 178 | 234 | 0 | 0.27 | 0.04 | 0.04 | 309.09 | 0.75 | 0.83 |
| Hex | F4 | B2 | EA | 0 | 1B | 4 | 4 | 135 | 4B | 53 |
| Octal | 364 | 262 | 352 | 0 | 33 | 4 | 4 | 465 | 113 | 123 |
| Binary | 11110100 | 10110010 | 11101010 | 0 | 11011 | 100 | 100 | 100110101 | 1001011 | 1010011 |
Color Harmonies of #F4B2EA
Complementary color
Monochromatic Colors of #F4B2EA
Black with #F4B2EA
Text Example
Text Example
White with #F4B2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B2EA; }
p { color: rgb(244,178,234); }
H1.HeaderClassName
{
color: #F4B2EA;
}
.AnyTagClassName
{
color: #F4B2EA;
}
</style>
background-color css
<style>
a { background-color: #F4B2EA; }
a { background-color: rgb(244,178,234); }
div.DivClassName
{
background-color: #F4B2EA;
}
.BgClassName
{
background-color: #F4B2EA;
}
</style>
border-color css
<style>
span { border-color: #F4B2EA; }
span { border-color: rgb(244,178,234); }
td.TdClassName
{
border-color: #F4B2EA;
}
.TagClassName
{
border-color: #F4B2EA;
}
</style>