Shades of Lavender Rose #F4ACF0
Tints of Lavender Rose #F4ACF0
RGB
CMYK
RGB Variations
Color information
#F4ACF0 (or 0xF4ACF0) is known color: Lavender Rose. HEX triplet: F4, AC and F0. RGB value is (244,172,240). Sum of RGB (Red+Green+Blue) = 244+172+240=656 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.20% from 656); Green value is 172 (67.58% from 255 or 26.22% from 656); Blue value is 240 (94.14% from 255 or 36.59% from 656); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ACF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4ACF0 is #0B530F. Grayscale: #C9C9C9. Windows color (decimal): -742160 or 15772916. OLE color: 15772916.
HSL color Cylindrical-coordinate representation of color #F4ACF0: hue angle of 303.33º 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 #F4ACF0 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 172 | 240 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.04 |
| HSL | 303.33º | 0.77% | 0.82% | - |
| HSV(B) | 303.33º | 0.3% | 0.96% | - |
| XYZ | 67.79 | 55.03 | 89.49 | - |
| YUV | 201.28 | 149.85 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 172 | 240 | 0 | 0.30 | 0.02 | 0.04 | 303.33 | 0.77 | 0.82 |
| Hex | F4 | AC | F0 | 0 | 1E | 2 | 4 | 12F | 4D | 52 |
| Octal | 364 | 254 | 360 | 0 | 36 | 2 | 4 | 457 | 115 | 122 |
| Binary | 11110100 | 10101100 | 11110000 | 0 | 11110 | 10 | 100 | 100101111 | 1001101 | 1010010 |
Color Harmonies of #F4ACF0
Complementary color
Monochromatic Colors of #F4ACF0
Black with #F4ACF0
Text Example
Text Example
White with #F4ACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ACF0; }
p { color: rgb(244,172,240); }
H1.HeaderClassName
{
color: #F4ACF0;
}
.AnyTagClassName
{
color: #F4ACF0;
}
</style>
background-color css
<style>
a { background-color: #F4ACF0; }
a { background-color: rgb(244,172,240); }
div.DivClassName
{
background-color: #F4ACF0;
}
.BgClassName
{
background-color: #F4ACF0;
}
</style>
border-color css
<style>
span { border-color: #F4ACF0; }
span { border-color: rgb(244,172,240); }
td.TdClassName
{
border-color: #F4ACF0;
}
.TagClassName
{
border-color: #F4ACF0;
}
</style>