Shades of Lavender Rose #F4B1EA
Tints of Lavender Rose #F4B1EA
RGB
CMYK
RGB Variations
Color information
#F4B1EA (or 0xF4B1EA) is known color: Lavender Rose. HEX triplet: F4, B1 and EA. RGB value is (244,177,234). Sum of RGB (Red+Green+Blue) = 244+177+234=655 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.25% from 655); Green value is 177 (69.53% from 255 or 27.02% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B1EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4B1EA is #0B4E15. Grayscale: #CBCBCB. Windows color (decimal): -740886 or 15380980. OLE color: 15380980.
HSL color Cylindrical-coordinate representation of color #F4B1EA: hue angle of 308.96º 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 #F4B1EA is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 177 | 234 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.04 |
| HSL | 308.96º | 0.75% | 0.83% | - |
| HSV(B) | 308.96º | 0.27% | 0.96% | - |
| XYZ | 67.88 | 56.62 | 85.19 | - |
| YUV | 203.53 | 145.2 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 177 | 234 | 0 | 0.27 | 0.04 | 0.04 | 308.96 | 0.75 | 0.83 |
| Hex | F4 | B1 | EA | 0 | 1B | 4 | 4 | 135 | 4B | 53 |
| Octal | 364 | 261 | 352 | 0 | 33 | 4 | 4 | 465 | 113 | 123 |
| Binary | 11110100 | 10110001 | 11101010 | 0 | 11011 | 100 | 100 | 100110101 | 1001011 | 1010011 |
Color Harmonies of #F4B1EA
Complementary color
Monochromatic Colors of #F4B1EA
Black with #F4B1EA
Text Example
Text Example
White with #F4B1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B1EA; }
p { color: rgb(244,177,234); }
H1.HeaderClassName
{
color: #F4B1EA;
}
.AnyTagClassName
{
color: #F4B1EA;
}
</style>
background-color css
<style>
a { background-color: #F4B1EA; }
a { background-color: rgb(244,177,234); }
div.DivClassName
{
background-color: #F4B1EA;
}
.BgClassName
{
background-color: #F4B1EA;
}
</style>
border-color css
<style>
span { border-color: #F4B1EA; }
span { border-color: rgb(244,177,234); }
td.TdClassName
{
border-color: #F4B1EA;
}
.TagClassName
{
border-color: #F4B1EA;
}
</style>