Shades of Lavender Rose #F7ACE3
Tints of Lavender Rose #F7ACE3
RGB
CMYK
RGB Variations
Color information
#F7ACE3 (or 0xF7ACE3) is known color: Lavender Rose. HEX triplet: F7, AC and E3. RGB value is (247,172,227). Sum of RGB (Red+Green+Blue) = 247+172+227=646 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.24% from 646); Green value is 172 (67.58% from 255 or 26.63% from 646); Blue value is 227 (89.06% from 255 or 35.14% from 646); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ACE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ACE3 is #08531C. Grayscale: #C8C8C8. Windows color (decimal): -545565 or 14920951. OLE color: 14920951.
HSL color Cylindrical-coordinate representation of color #F7ACE3: hue angle of 316º 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 #F7ACE3 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 172 | 227 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.03 |
| HSL | 316º | 0.82% | 0.82% | - |
| HSV(B) | 316º | 0.3% | 0.97% | - |
| XYZ | 66.98 | 54.83 | 79.73 | - |
| YUV | 200.7 | 142.85 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 172 | 227 | 0 | 0.30 | 0.08 | 0.03 | 316 | 0.82 | 0.82 |
| Hex | F7 | AC | E3 | 0 | 1E | 8 | 3 | 13C | 52 | 52 |
| Octal | 367 | 254 | 343 | 0 | 36 | 10 | 3 | 474 | 122 | 122 |
| Binary | 11110111 | 10101100 | 11100011 | 0 | 11110 | 1000 | 11 | 100111100 | 1010010 | 1010010 |
Color Harmonies of #F7ACE3
Complementary color
Monochromatic Colors of #F7ACE3
Black with #F7ACE3
Text Example
Text Example
White with #F7ACE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ACE3; }
p { color: rgb(247,172,227); }
H1.HeaderClassName
{
color: #F7ACE3;
}
.AnyTagClassName
{
color: #F7ACE3;
}
</style>
background-color css
<style>
a { background-color: #F7ACE3; }
a { background-color: rgb(247,172,227); }
div.DivClassName
{
background-color: #F7ACE3;
}
.BgClassName
{
background-color: #F7ACE3;
}
</style>
border-color css
<style>
span { border-color: #F7ACE3; }
span { border-color: rgb(247,172,227); }
td.TdClassName
{
border-color: #F7ACE3;
}
.TagClassName
{
border-color: #F7ACE3;
}
</style>