Shades of Lavender Rose #F4ACE8
Tints of Lavender Rose #F4ACE8
RGB
CMYK
RGB Variations
Color information
#F4ACE8 (or 0xF4ACE8) is known color: Lavender Rose. HEX triplet: F4, AC and E8. RGB value is (244,172,232). Sum of RGB (Red+Green+Blue) = 244+172+232=648 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.65% from 648); Green value is 172 (67.58% from 255 or 26.54% from 648); Blue value is 232 (91.02% from 255 or 35.80% from 648); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ACE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4ACE8 is #0B5317. Grayscale: #C8C8C8. Windows color (decimal): -742168 or 15248628. OLE color: 15248628.
HSL color Cylindrical-coordinate representation of color #F4ACE8: hue angle of 310º 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 #F4ACE8 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 172 | 232 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.04 |
| HSL | 310º | 0.77% | 0.82% | - |
| HSV(B) | 310º | 0.3% | 0.96% | - |
| XYZ | 66.63 | 54.56 | 83.36 | - |
| YUV | 200.37 | 145.85 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 172 | 232 | 0 | 0.30 | 0.05 | 0.04 | 310 | 0.77 | 0.82 |
| Hex | F4 | AC | E8 | 0 | 1E | 5 | 4 | 136 | 4D | 52 |
| Octal | 364 | 254 | 350 | 0 | 36 | 5 | 4 | 466 | 115 | 122 |
| Binary | 11110100 | 10101100 | 11101000 | 0 | 11110 | 101 | 100 | 100110110 | 1001101 | 1010010 |
Color Harmonies of #F4ACE8
Complementary color
Monochromatic Colors of #F4ACE8
Black with #F4ACE8
Text Example
Text Example
White with #F4ACE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ACE8; }
p { color: rgb(244,172,232); }
H1.HeaderClassName
{
color: #F4ACE8;
}
.AnyTagClassName
{
color: #F4ACE8;
}
</style>
background-color css
<style>
a { background-color: #F4ACE8; }
a { background-color: rgb(244,172,232); }
div.DivClassName
{
background-color: #F4ACE8;
}
.BgClassName
{
background-color: #F4ACE8;
}
</style>
border-color css
<style>
span { border-color: #F4ACE8; }
span { border-color: rgb(244,172,232); }
td.TdClassName
{
border-color: #F4ACE8;
}
.TagClassName
{
border-color: #F4ACE8;
}
</style>