Shades of Lavender Rose #F4ACE5
Tints of Lavender Rose #F4ACE5
RGB
CMYK
RGB Variations
Color information
#F4ACE5 (or 0xF4ACE5) is known color: Lavender Rose. HEX triplet: F4, AC and E5. RGB value is (244,172,229). Sum of RGB (Red+Green+Blue) = 244+172+229=645 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.83% from 645); Green value is 172 (67.58% from 255 or 26.67% from 645); Blue value is 229 (89.84% from 255 or 35.50% from 645); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ACE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ACE5 is #0B531A. Grayscale: #C7C7C7. Windows color (decimal): -742171 or 15052020. OLE color: 15052020.
HSL color Cylindrical-coordinate representation of color #F4ACE5: hue angle of 312.5º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4ACE5 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 172 | 229 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.04 |
| HSL | 312.5º | 0.77% | 0.82% | - |
| HSV(B) | 312.5º | 0.3% | 0.96% | - |
| XYZ | 66.2 | 54.4 | 81.14 | - |
| YUV | 200.03 | 144.35 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 172 | 229 | 0 | 0.30 | 0.06 | 0.04 | 312.5 | 0.77 | 0.82 |
| Hex | F4 | AC | E5 | 0 | 1E | 6 | 4 | 138 | 4D | 52 |
| Octal | 364 | 254 | 345 | 0 | 36 | 6 | 4 | 470 | 115 | 122 |
| Binary | 11110100 | 10101100 | 11100101 | 0 | 11110 | 110 | 100 | 100111000 | 1001101 | 1010010 |
Color Harmonies of #F4ACE5
Complementary color
Monochromatic Colors of #F4ACE5
Black with #F4ACE5
Text Example
Text Example
White with #F4ACE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ACE5; }
p { color: rgb(244,172,229); }
H1.HeaderClassName
{
color: #F4ACE5;
}
.AnyTagClassName
{
color: #F4ACE5;
}
</style>
background-color css
<style>
a { background-color: #F4ACE5; }
a { background-color: rgb(244,172,229); }
div.DivClassName
{
background-color: #F4ACE5;
}
.BgClassName
{
background-color: #F4ACE5;
}
</style>
border-color css
<style>
span { border-color: #F4ACE5; }
span { border-color: rgb(244,172,229); }
td.TdClassName
{
border-color: #F4ACE5;
}
.TagClassName
{
border-color: #F4ACE5;
}
</style>