Shades of Lavender Rose #F9ACE2
Tints of Lavender Rose #F9ACE2
RGB
CMYK
RGB Variations
Color information
#F9ACE2 (or 0xF9ACE2) is known color: Lavender Rose. HEX triplet: F9, AC and E2. RGB value is (249,172,226). Sum of RGB (Red+Green+Blue) = 249+172+226=647 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.49% from 647); Green value is 172 (67.58% from 255 or 26.58% from 647); Blue value is 226 (88.67% from 255 or 34.93% from 647); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ACE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ACE2 is #06531D. Grayscale: #C9C9C9. Windows color (decimal): -414494 or 14855417. OLE color: 14855417.
HSL color Cylindrical-coordinate representation of color #F9ACE2: hue angle of 317.92º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9ACE2 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 172 | 226 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.02 |
| HSL | 317.92º | 0.87% | 0.83% | - |
| HSV(B) | 317.92º | 0.31% | 0.98% | - |
| XYZ | 67.55 | 55.14 | 79.03 | - |
| YUV | 201.18 | 142.01 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 172 | 226 | 0 | 0.31 | 0.09 | 0.02 | 317.92 | 0.87 | 0.83 |
| Hex | F9 | AC | E2 | 0 | 1F | 9 | 2 | 13E | 57 | 53 |
| Octal | 371 | 254 | 342 | 0 | 37 | 11 | 2 | 476 | 127 | 123 |
| Binary | 11111001 | 10101100 | 11100010 | 0 | 11111 | 1001 | 10 | 100111110 | 1010111 | 1010011 |
Color Harmonies of #F9ACE2
Complementary color
Monochromatic Colors of #F9ACE2
Black with #F9ACE2
Text Example
Text Example
White with #F9ACE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9ACE2; }
p { color: rgb(249,172,226); }
H1.HeaderClassName
{
color: #F9ACE2;
}
.AnyTagClassName
{
color: #F9ACE2;
}
</style>
background-color css
<style>
a { background-color: #F9ACE2; }
a { background-color: rgb(249,172,226); }
div.DivClassName
{
background-color: #F9ACE2;
}
.BgClassName
{
background-color: #F9ACE2;
}
</style>
border-color css
<style>
span { border-color: #F9ACE2; }
span { border-color: rgb(249,172,226); }
td.TdClassName
{
border-color: #F9ACE2;
}
.TagClassName
{
border-color: #F9ACE2;
}
</style>