Shades of Lavender Rose #F5ACE7
Tints of Lavender Rose #F5ACE7
RGB
CMYK
RGB Variations
Color information
#F5ACE7 (or 0xF5ACE7) is known color: Lavender Rose. HEX triplet: F5, AC and E7. RGB value is (245,172,231). Sum of RGB (Red+Green+Blue) = 245+172+231=648 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.81% from 648); Green value is 172 (67.58% from 255 or 26.54% from 648); Blue value is 231 (90.62% from 255 or 35.65% from 648); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ACE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5ACE7 is #0A5318. Grayscale: #C8C8C8. Windows color (decimal): -676633 or 15183093. OLE color: 15183093.
HSL color Cylindrical-coordinate representation of color #F5ACE7: hue angle of 311.51º 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 #F5ACE7 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 172 | 231 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.04 |
| HSL | 311.51º | 0.78% | 0.82% | - |
| HSV(B) | 311.51º | 0.3% | 0.96% | - |
| XYZ | 66.83 | 54.69 | 82.63 | - |
| YUV | 200.55 | 145.18 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 172 | 231 | 0 | 0.30 | 0.06 | 0.04 | 311.51 | 0.78 | 0.82 |
| Hex | F5 | AC | E7 | 0 | 1E | 6 | 4 | 138 | 4E | 52 |
| Octal | 365 | 254 | 347 | 0 | 36 | 6 | 4 | 470 | 116 | 122 |
| Binary | 11110101 | 10101100 | 11100111 | 0 | 11110 | 110 | 100 | 100111000 | 1001110 | 1010010 |
Color Harmonies of #F5ACE7
Complementary color
Monochromatic Colors of #F5ACE7
Black with #F5ACE7
Text Example
Text Example
White with #F5ACE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ACE7; }
p { color: rgb(245,172,231); }
H1.HeaderClassName
{
color: #F5ACE7;
}
.AnyTagClassName
{
color: #F5ACE7;
}
</style>
background-color css
<style>
a { background-color: #F5ACE7; }
a { background-color: rgb(245,172,231); }
div.DivClassName
{
background-color: #F5ACE7;
}
.BgClassName
{
background-color: #F5ACE7;
}
</style>
border-color css
<style>
span { border-color: #F5ACE7; }
span { border-color: rgb(245,172,231); }
td.TdClassName
{
border-color: #F5ACE7;
}
.TagClassName
{
border-color: #F5ACE7;
}
</style>