Shades of Lavender Rose #F4B0EF
Tints of Lavender Rose #F4B0EF
RGB
CMYK
RGB Variations
Color information
#F4B0EF (or 0xF4B0EF) is known color: Lavender Rose. HEX triplet: F4, B0 and EF. RGB value is (244,176,239). Sum of RGB (Red+Green+Blue) = 244+176+239=659 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.03% from 659); Green value is 176 (69.14% from 255 or 26.71% from 659); Blue value is 239 (93.75% from 255 or 36.27% from 659); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B0EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4B0EF is #0B4F10. Grayscale: #CBCBCB. Windows color (decimal): -741137 or 15708404. OLE color: 15708404.
HSL color Cylindrical-coordinate representation of color #F4B0EF: hue angle of 304.41º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F4B0EF is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 176 | 239 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.04 |
| HSL | 304.41º | 0.76% | 0.82% | - |
| HSV(B) | 304.41º | 0.28% | 0.96% | - |
| XYZ | 68.41 | 56.52 | 88.96 | - |
| YUV | 203.51 | 148.03 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 176 | 239 | 0 | 0.28 | 0.02 | 0.04 | 304.41 | 0.76 | 0.82 |
| Hex | F4 | B0 | EF | 0 | 1C | 2 | 4 | 130 | 4C | 52 |
| Octal | 364 | 260 | 357 | 0 | 34 | 2 | 4 | 460 | 114 | 122 |
| Binary | 11110100 | 10110000 | 11101111 | 0 | 11100 | 10 | 100 | 100110000 | 1001100 | 1010010 |
Color Harmonies of #F4B0EF
Complementary color
Monochromatic Colors of #F4B0EF
Black with #F4B0EF
Text Example
Text Example
White with #F4B0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B0EF; }
p { color: rgb(244,176,239); }
H1.HeaderClassName
{
color: #F4B0EF;
}
.AnyTagClassName
{
color: #F4B0EF;
}
</style>
background-color css
<style>
a { background-color: #F4B0EF; }
a { background-color: rgb(244,176,239); }
div.DivClassName
{
background-color: #F4B0EF;
}
.BgClassName
{
background-color: #F4B0EF;
}
</style>
border-color css
<style>
span { border-color: #F4B0EF; }
span { border-color: rgb(244,176,239); }
td.TdClassName
{
border-color: #F4B0EF;
}
.TagClassName
{
border-color: #F4B0EF;
}
</style>