Shades of Lavender Rose #F4A5ED
Tints of Lavender Rose #F4A5ED
RGB
CMYK
RGB Variations
Color information
#F4A5ED (or 0xF4A5ED) is known color: Lavender Rose. HEX triplet: F4, A5 and ED. RGB value is (244,165,237). Sum of RGB (Red+Green+Blue) = 244+165+237=646 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.77% from 646); Green value is 165 (64.84% from 255 or 25.54% from 646); Blue value is 237 (92.97% from 255 or 36.69% from 646); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A5ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4A5ED is #0B5A12. Grayscale: #C4C4C4. Windows color (decimal): -743955 or 15574516. OLE color: 15574516.
HSL color Cylindrical-coordinate representation of color #F4A5ED: hue angle of 305.32º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F4A5ED is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 165 | 237 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.04 |
| HSL | 305.32º | 0.78% | 0.8% | - |
| HSV(B) | 305.32º | 0.32% | 0.96% | - |
| XYZ | 66.05 | 52.26 | 86.73 | - |
| YUV | 196.83 | 150.67 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 165 | 237 | 0 | 0.32 | 0.03 | 0.04 | 305.32 | 0.78 | 0.8 |
| Hex | F4 | A5 | ED | 0 | 20 | 3 | 4 | 131 | 4E | 50 |
| Octal | 364 | 245 | 355 | 0 | 40 | 3 | 4 | 461 | 116 | 120 |
| Binary | 11110100 | 10100101 | 11101101 | 0 | 100000 | 11 | 100 | 100110001 | 1001110 | 1010000 |
Color Harmonies of #F4A5ED
Complementary color
Monochromatic Colors of #F4A5ED
Black with #F4A5ED
Text Example
Text Example
White with #F4A5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A5ED; }
p { color: rgb(244,165,237); }
H1.HeaderClassName
{
color: #F4A5ED;
}
.AnyTagClassName
{
color: #F4A5ED;
}
</style>
background-color css
<style>
a { background-color: #F4A5ED; }
a { background-color: rgb(244,165,237); }
div.DivClassName
{
background-color: #F4A5ED;
}
.BgClassName
{
background-color: #F4A5ED;
}
</style>
border-color css
<style>
span { border-color: #F4A5ED; }
span { border-color: rgb(244,165,237); }
td.TdClassName
{
border-color: #F4A5ED;
}
.TagClassName
{
border-color: #F4A5ED;
}
</style>