Shades of Lavender Rose #F5ACE1
Tints of Lavender Rose #F5ACE1
RGB
CMYK
RGB Variations
Color information
#F5ACE1 (or 0xF5ACE1) is known color: Lavender Rose. HEX triplet: F5, AC and E1. RGB value is (245,172,225). Sum of RGB (Red+Green+Blue) = 245+172+225=642 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.16% from 642); Green value is 172 (67.58% from 255 or 26.79% from 642); Blue value is 225 (88.28% from 255 or 35.05% from 642); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ACE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ACE1 is #0A531E. Grayscale: #C7C7C7. Windows color (decimal): -676639 or 14789877. OLE color: 14789877.
HSL color Cylindrical-coordinate representation of color #F5ACE1: hue angle of 316.44º 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 #F5ACE1 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 172 | 225 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.04 |
| HSL | 316.44º | 0.78% | 0.82% | - |
| HSV(B) | 316.44º | 0.3% | 0.96% | - |
| XYZ | 66 | 54.35 | 78.25 | - |
| YUV | 199.87 | 142.18 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 172 | 225 | 0 | 0.30 | 0.08 | 0.04 | 316.44 | 0.78 | 0.82 |
| Hex | F5 | AC | E1 | 0 | 1E | 8 | 4 | 13C | 4E | 52 |
| Octal | 365 | 254 | 341 | 0 | 36 | 10 | 4 | 474 | 116 | 122 |
| Binary | 11110101 | 10101100 | 11100001 | 0 | 11110 | 1000 | 100 | 100111100 | 1001110 | 1010010 |
Color Harmonies of #F5ACE1
Complementary color
Monochromatic Colors of #F5ACE1
Black with #F5ACE1
Text Example
Text Example
White with #F5ACE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ACE1; }
p { color: rgb(245,172,225); }
H1.HeaderClassName
{
color: #F5ACE1;
}
.AnyTagClassName
{
color: #F5ACE1;
}
</style>
background-color css
<style>
a { background-color: #F5ACE1; }
a { background-color: rgb(245,172,225); }
div.DivClassName
{
background-color: #F5ACE1;
}
.BgClassName
{
background-color: #F5ACE1;
}
</style>
border-color css
<style>
span { border-color: #F5ACE1; }
span { border-color: rgb(245,172,225); }
td.TdClassName
{
border-color: #F5ACE1;
}
.TagClassName
{
border-color: #F5ACE1;
}
</style>