Shades of Lavender Rose #F4B1EF
Tints of Lavender Rose #F4B1EF
RGB
CMYK
RGB Variations
Color information
#F4B1EF (or 0xF4B1EF) is known color: Lavender Rose. HEX triplet: F4, B1 and EF. RGB value is (244,177,239). Sum of RGB (Red+Green+Blue) = 244+177+239=660 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.97% from 660); Green value is 177 (69.53% from 255 or 26.82% from 660); Blue value is 239 (93.75% from 255 or 36.21% from 660); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B1EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4B1EF is #0B4E10. Grayscale: #CBCBCB. Windows color (decimal): -740881 or 15708660. OLE color: 15708660.
HSL color Cylindrical-coordinate representation of color #F4B1EF: hue angle of 304.48º 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 #F4B1EF is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 177 | 239 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.04 |
| HSL | 304.48º | 0.75% | 0.83% | - |
| HSV(B) | 304.48º | 0.27% | 0.96% | - |
| XYZ | 68.61 | 56.91 | 89.03 | - |
| YUV | 204.1 | 147.7 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 177 | 239 | 0 | 0.27 | 0.02 | 0.04 | 304.48 | 0.75 | 0.83 |
| Hex | F4 | B1 | EF | 0 | 1B | 2 | 4 | 130 | 4B | 53 |
| Octal | 364 | 261 | 357 | 0 | 33 | 2 | 4 | 460 | 113 | 123 |
| Binary | 11110100 | 10110001 | 11101111 | 0 | 11011 | 10 | 100 | 100110000 | 1001011 | 1010011 |
Color Harmonies of #F4B1EF
Complementary color
Monochromatic Colors of #F4B1EF
Black with #F4B1EF
Text Example
Text Example
White with #F4B1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B1EF; }
p { color: rgb(244,177,239); }
H1.HeaderClassName
{
color: #F4B1EF;
}
.AnyTagClassName
{
color: #F4B1EF;
}
</style>
background-color css
<style>
a { background-color: #F4B1EF; }
a { background-color: rgb(244,177,239); }
div.DivClassName
{
background-color: #F4B1EF;
}
.BgClassName
{
background-color: #F4B1EF;
}
</style>
border-color css
<style>
span { border-color: #F4B1EF; }
span { border-color: rgb(244,177,239); }
td.TdClassName
{
border-color: #F4B1EF;
}
.TagClassName
{
border-color: #F4B1EF;
}
</style>