Shades of Lavender Rose #F4B1E4
Tints of Lavender Rose #F4B1E4
RGB
CMYK
RGB Variations
Color information
#F4B1E4 (or 0xF4B1E4) is known color: Lavender Rose. HEX triplet: F4, B1 and E4. RGB value is (244,177,228). Sum of RGB (Red+Green+Blue) = 244+177+228=649 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.60% from 649); Green value is 177 (69.53% from 255 or 27.27% from 649); Blue value is 228 (89.45% from 255 or 35.13% from 649); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B1E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4B1E4 is #0B4E1B. Grayscale: #CACACA. Windows color (decimal): -740892 or 14987764. OLE color: 14987764.
HSL color Cylindrical-coordinate representation of color #F4B1E4: hue angle of 314.33º 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 #F4B1E4 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 177 | 228 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.04 |
| HSL | 314.33º | 0.75% | 0.83% | - |
| HSV(B) | 314.33º | 0.27% | 0.96% | - |
| XYZ | 67.03 | 56.28 | 80.73 | - |
| YUV | 202.85 | 142.2 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 177 | 228 | 0 | 0.27 | 0.07 | 0.04 | 314.33 | 0.75 | 0.83 |
| Hex | F4 | B1 | E4 | 0 | 1B | 7 | 4 | 13A | 4B | 53 |
| Octal | 364 | 261 | 344 | 0 | 33 | 7 | 4 | 472 | 113 | 123 |
| Binary | 11110100 | 10110001 | 11100100 | 0 | 11011 | 111 | 100 | 100111010 | 1001011 | 1010011 |
Color Harmonies of #F4B1E4
Complementary color
Monochromatic Colors of #F4B1E4
Black with #F4B1E4
Text Example
Text Example
White with #F4B1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B1E4; }
p { color: rgb(244,177,228); }
H1.HeaderClassName
{
color: #F4B1E4;
}
.AnyTagClassName
{
color: #F4B1E4;
}
</style>
background-color css
<style>
a { background-color: #F4B1E4; }
a { background-color: rgb(244,177,228); }
div.DivClassName
{
background-color: #F4B1E4;
}
.BgClassName
{
background-color: #F4B1E4;
}
</style>
border-color css
<style>
span { border-color: #F4B1E4; }
span { border-color: rgb(244,177,228); }
td.TdClassName
{
border-color: #F4B1E4;
}
.TagClassName
{
border-color: #F4B1E4;
}
</style>