Shades of Lavender Rose #F2ACE0
Tints of Lavender Rose #F2ACE0
RGB
CMYK
RGB Variations
Color information
#F2ACE0 (or 0xF2ACE0) is known color: Lavender Rose. HEX triplet: F2, AC and E0. RGB value is (242,172,224). Sum of RGB (Red+Green+Blue) = 242+172+224=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 172 (67.58% from 255 or 26.96% from 638); Blue value is 224 (87.89% from 255 or 35.11% from 638); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ACE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ACE0 is #0D531F. Grayscale: #C6C6C6. Windows color (decimal): -873248 or 14724338. OLE color: 14724338.
HSL color Cylindrical-coordinate representation of color #F2ACE0: hue angle of 315.43º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ACE0 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 172 | 224 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.05 |
| HSL | 315.43º | 0.73% | 0.81% | - |
| HSV(B) | 315.43º | 0.29% | 0.95% | - |
| XYZ | 64.83 | 53.76 | 77.48 | - |
| YUV | 198.86 | 142.19 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 172 | 224 | 0 | 0.29 | 0.07 | 0.05 | 315.43 | 0.73 | 0.81 |
| Hex | F2 | AC | E0 | 0 | 1D | 7 | 5 | 13B | 49 | 51 |
| Octal | 362 | 254 | 340 | 0 | 35 | 7 | 5 | 473 | 111 | 121 |
| Binary | 11110010 | 10101100 | 11100000 | 0 | 11101 | 111 | 101 | 100111011 | 1001001 | 1010001 |
Color Harmonies of #F2ACE0
Complementary color
Monochromatic Colors of #F2ACE0
Black with #F2ACE0
Text Example
Text Example
White with #F2ACE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ACE0; }
p { color: rgb(242,172,224); }
H1.HeaderClassName
{
color: #F2ACE0;
}
.AnyTagClassName
{
color: #F2ACE0;
}
</style>
background-color css
<style>
a { background-color: #F2ACE0; }
a { background-color: rgb(242,172,224); }
div.DivClassName
{
background-color: #F2ACE0;
}
.BgClassName
{
background-color: #F2ACE0;
}
</style>
border-color css
<style>
span { border-color: #F2ACE0; }
span { border-color: rgb(242,172,224); }
td.TdClassName
{
border-color: #F2ACE0;
}
.TagClassName
{
border-color: #F2ACE0;
}
</style>