Shades of Lavender Rose #F4B0E5
Tints of Lavender Rose #F4B0E5
RGB
CMYK
RGB Variations
Color information
#F4B0E5 (or 0xF4B0E5) is known color: Lavender Rose. HEX triplet: F4, B0 and E5. RGB value is (244,176,229). Sum of RGB (Red+Green+Blue) = 244+176+229=649 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.60% from 649); Green value is 176 (69.14% from 255 or 27.12% from 649); Blue value is 229 (89.84% from 255 or 35.29% from 649); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B0E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4B0E5 is #0B4F1A. Grayscale: #CACACA. Windows color (decimal): -741147 or 15053044. OLE color: 15053044.
HSL color Cylindrical-coordinate representation of color #F4B0E5: hue angle of 313.24º 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 #F4B0E5 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 176 | 229 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.04 |
| HSL | 313.24º | 0.76% | 0.82% | - |
| HSV(B) | 313.24º | 0.28% | 0.96% | - |
| XYZ | 66.98 | 55.94 | 81.4 | - |
| YUV | 202.37 | 143.03 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 176 | 229 | 0 | 0.28 | 0.06 | 0.04 | 313.24 | 0.76 | 0.82 |
| Hex | F4 | B0 | E5 | 0 | 1C | 6 | 4 | 139 | 4C | 52 |
| Octal | 364 | 260 | 345 | 0 | 34 | 6 | 4 | 471 | 114 | 122 |
| Binary | 11110100 | 10110000 | 11100101 | 0 | 11100 | 110 | 100 | 100111001 | 1001100 | 1010010 |
Color Harmonies of #F4B0E5
Complementary color
Monochromatic Colors of #F4B0E5
Black with #F4B0E5
Text Example
Text Example
White with #F4B0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B0E5; }
p { color: rgb(244,176,229); }
H1.HeaderClassName
{
color: #F4B0E5;
}
.AnyTagClassName
{
color: #F4B0E5;
}
</style>
background-color css
<style>
a { background-color: #F4B0E5; }
a { background-color: rgb(244,176,229); }
div.DivClassName
{
background-color: #F4B0E5;
}
.BgClassName
{
background-color: #F4B0E5;
}
</style>
border-color css
<style>
span { border-color: #F4B0E5; }
span { border-color: rgb(244,176,229); }
td.TdClassName
{
border-color: #F4B0E5;
}
.TagClassName
{
border-color: #F4B0E5;
}
</style>