Shades of Lavender Rose #F5ACE2
Tints of Lavender Rose #F5ACE2
RGB
CMYK
RGB Variations
Color information
#F5ACE2 (or 0xF5ACE2) is known color: Lavender Rose. HEX triplet: F5, AC and E2. RGB value is (245,172,226). Sum of RGB (Red+Green+Blue) = 245+172+226=643 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.10% from 643); Green value is 172 (67.58% from 255 or 26.75% from 643); Blue value is 226 (88.67% from 255 or 35.15% from 643); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ACE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ACE2 is #0A531D. Grayscale: #C7C7C7. Windows color (decimal): -676638 or 14855413. OLE color: 14855413.
HSL color Cylindrical-coordinate representation of color #F5ACE2: hue angle of 315.62º degrees, saturation: 0.78, 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 #F5ACE2 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 172 | 226 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.04 |
| HSL | 315.62º | 0.78% | 0.82% | - |
| HSV(B) | 315.62º | 0.3% | 0.96% | - |
| XYZ | 66.14 | 54.41 | 78.97 | - |
| YUV | 199.98 | 142.68 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 172 | 226 | 0 | 0.30 | 0.08 | 0.04 | 315.62 | 0.78 | 0.82 |
| Hex | F5 | AC | E2 | 0 | 1E | 8 | 4 | 13C | 4E | 52 |
| Octal | 365 | 254 | 342 | 0 | 36 | 10 | 4 | 474 | 116 | 122 |
| Binary | 11110101 | 10101100 | 11100010 | 0 | 11110 | 1000 | 100 | 100111100 | 1001110 | 1010010 |
Color Harmonies of #F5ACE2
Complementary color
Monochromatic Colors of #F5ACE2
Black with #F5ACE2
Text Example
Text Example
White with #F5ACE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ACE2; }
p { color: rgb(245,172,226); }
H1.HeaderClassName
{
color: #F5ACE2;
}
.AnyTagClassName
{
color: #F5ACE2;
}
</style>
background-color css
<style>
a { background-color: #F5ACE2; }
a { background-color: rgb(245,172,226); }
div.DivClassName
{
background-color: #F5ACE2;
}
.BgClassName
{
background-color: #F5ACE2;
}
</style>
border-color css
<style>
span { border-color: #F5ACE2; }
span { border-color: rgb(245,172,226); }
td.TdClassName
{
border-color: #F5ACE2;
}
.TagClassName
{
border-color: #F5ACE2;
}
</style>