Shades of Lavender Rose #F4A7E0
Tints of Lavender Rose #F4A7E0
RGB
CMYK
RGB Variations
Color information
#F4A7E0 (or 0xF4A7E0) is known color: Lavender Rose. HEX triplet: F4, A7 and E0. RGB value is (244,167,224). Sum of RGB (Red+Green+Blue) = 244+167+224=635 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.43% from 635); Green value is 167 (65.62% from 255 or 26.30% from 635); Blue value is 224 (87.89% from 255 or 35.28% from 635); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A7E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A7E0 is #0B581F. Grayscale: #C4C4C4. Windows color (decimal): -743456 or 14723060. OLE color: 14723060.
HSL color Cylindrical-coordinate representation of color #F4A7E0: hue angle of 315.58º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F4A7E0 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 167 | 224 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.04 |
| HSL | 315.58º | 0.78% | 0.81% | - |
| HSV(B) | 315.58º | 0.32% | 0.96% | - |
| XYZ | 64.58 | 52.25 | 77.2 | - |
| YUV | 196.52 | 143.51 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 167 | 224 | 0 | 0.32 | 0.08 | 0.04 | 315.58 | 0.78 | 0.81 |
| Hex | F4 | A7 | E0 | 0 | 20 | 8 | 4 | 13C | 4E | 51 |
| Octal | 364 | 247 | 340 | 0 | 40 | 10 | 4 | 474 | 116 | 121 |
| Binary | 11110100 | 10100111 | 11100000 | 0 | 100000 | 1000 | 100 | 100111100 | 1001110 | 1010001 |
Color Harmonies of #F4A7E0
Complementary color
Monochromatic Colors of #F4A7E0
Black with #F4A7E0
Text Example
Text Example
White with #F4A7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A7E0; }
p { color: rgb(244,167,224); }
H1.HeaderClassName
{
color: #F4A7E0;
}
.AnyTagClassName
{
color: #F4A7E0;
}
</style>
background-color css
<style>
a { background-color: #F4A7E0; }
a { background-color: rgb(244,167,224); }
div.DivClassName
{
background-color: #F4A7E0;
}
.BgClassName
{
background-color: #F4A7E0;
}
</style>
border-color css
<style>
span { border-color: #F4A7E0; }
span { border-color: rgb(244,167,224); }
td.TdClassName
{
border-color: #F4A7E0;
}
.TagClassName
{
border-color: #F4A7E0;
}
</style>