Shades of Lavender Rose #F7ACF5
Tints of Lavender Rose #F7ACF5
RGB
CMYK
RGB Variations
Color information
#F7ACF5 (or 0xF7ACF5) is known color: Lavender Rose. HEX triplet: F7, AC and F5. RGB value is (247,172,245). Sum of RGB (Red+Green+Blue) = 247+172+245=664 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.20% from 664); Green value is 172 (67.58% from 255 or 25.90% from 664); Blue value is 245 (96.09% from 255 or 36.90% from 664); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ACF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7ACF5 is #08530A. Grayscale: #CACACA. Windows color (decimal): -545547 or 16100599. OLE color: 16100599.
HSL color Cylindrical-coordinate representation of color #F7ACF5: hue angle of 301.6º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7ACF5 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 172 | 245 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.03 |
| HSL | 301.6º | 0.82% | 0.82% | - |
| HSV(B) | 301.6º | 0.3% | 0.97% | - |
| XYZ | 69.59 | 55.87 | 93.5 | - |
| YUV | 202.75 | 151.85 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 172 | 245 | 0 | 0.30 | 0.01 | 0.03 | 301.6 | 0.82 | 0.82 |
| Hex | F7 | AC | F5 | 0 | 1E | 1 | 3 | 12E | 52 | 52 |
| Octal | 367 | 254 | 365 | 0 | 36 | 1 | 3 | 456 | 122 | 122 |
| Binary | 11110111 | 10101100 | 11110101 | 0 | 11110 | 1 | 11 | 100101110 | 1010010 | 1010010 |
Color Harmonies of #F7ACF5
Complementary color
Monochromatic Colors of #F7ACF5
Black with #F7ACF5
Text Example
Text Example
White with #F7ACF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ACF5; }
p { color: rgb(247,172,245); }
H1.HeaderClassName
{
color: #F7ACF5;
}
.AnyTagClassName
{
color: #F7ACF5;
}
</style>
background-color css
<style>
a { background-color: #F7ACF5; }
a { background-color: rgb(247,172,245); }
div.DivClassName
{
background-color: #F7ACF5;
}
.BgClassName
{
background-color: #F7ACF5;
}
</style>
border-color css
<style>
span { border-color: #F7ACF5; }
span { border-color: rgb(247,172,245); }
td.TdClassName
{
border-color: #F7ACF5;
}
.TagClassName
{
border-color: #F7ACF5;
}
</style>