Shades of Lavender Rose #F4ACF1
Tints of Lavender Rose #F4ACF1
RGB
CMYK
RGB Variations
Color information
#F4ACF1 (or 0xF4ACF1) is known color: Lavender Rose. HEX triplet: F4, AC and F1. RGB value is (244,172,241). Sum of RGB (Red+Green+Blue) = 244+172+241=657 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.14% from 657); Green value is 172 (67.58% from 255 or 26.18% from 657); Blue value is 241 (94.53% from 255 or 36.68% from 657); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ACF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4ACF1 is #0B530E. Grayscale: #C9C9C9. Windows color (decimal): -742159 or 15838452. OLE color: 15838452.
HSL color Cylindrical-coordinate representation of color #F4ACF1: hue angle of 302.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 #F4ACF1 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 172 | 241 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.04 |
| HSL | 302.5º | 0.77% | 0.82% | - |
| HSV(B) | 302.5º | 0.3% | 0.96% | - |
| XYZ | 67.94 | 55.09 | 90.27 | - |
| YUV | 201.39 | 150.35 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 172 | 241 | 0 | 0.30 | 0.01 | 0.04 | 302.5 | 0.77 | 0.82 |
| Hex | F4 | AC | F1 | 0 | 1E | 1 | 4 | 12E | 4D | 52 |
| Octal | 364 | 254 | 361 | 0 | 36 | 1 | 4 | 456 | 115 | 122 |
| Binary | 11110100 | 10101100 | 11110001 | 0 | 11110 | 1 | 100 | 100101110 | 1001101 | 1010010 |
Color Harmonies of #F4ACF1
Complementary color
Monochromatic Colors of #F4ACF1
Black with #F4ACF1
Text Example
Text Example
White with #F4ACF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ACF1; }
p { color: rgb(244,172,241); }
H1.HeaderClassName
{
color: #F4ACF1;
}
.AnyTagClassName
{
color: #F4ACF1;
}
</style>
background-color css
<style>
a { background-color: #F4ACF1; }
a { background-color: rgb(244,172,241); }
div.DivClassName
{
background-color: #F4ACF1;
}
.BgClassName
{
background-color: #F4ACF1;
}
</style>
border-color css
<style>
span { border-color: #F4ACF1; }
span { border-color: rgb(244,172,241); }
td.TdClassName
{
border-color: #F4ACF1;
}
.TagClassName
{
border-color: #F4ACF1;
}
</style>