Shades of Lavender Rose #FFACE7
Tints of Lavender Rose #FFACE7
RGB
CMYK
RGB Variations
Color information
#FFACE7 (or 0xFFACE7) is known color: Lavender Rose. HEX triplet: FF, AC and E7. RGB value is (255,172,231). Sum of RGB (Red+Green+Blue) = 255+172+231=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 172 (67.58% from 255 or 26.14% from 658); Blue value is 231 (90.62% from 255 or 35.11% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFACE7 is #005318. Grayscale: #CBCBCB. Windows color (decimal): -21273 or 15183103. OLE color: 15183103.
HSL color Cylindrical-coordinate representation of color #FFACE7: hue angle of 317.35º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFACE7 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 231 | - |
| CMYK | 0 | 0.33 | 0.09 | 0 |
| HSL | 317.35º | 1% | 0.84% | - |
| HSV(B) | 317.35º | 0.33% | 1% | - |
| XYZ | 70.42 | 56.53 | 82.8 | - |
| YUV | 203.54 | 143.5 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 231 | 0 | 0.33 | 0.09 | 0 | 317.35 | 1 | 0.84 |
| Hex | FF | AC | E7 | 0 | 21 | 9 | 0 | 13D | 64 | 54 |
| Octal | 377 | 254 | 347 | 0 | 41 | 11 | 0 | 475 | 144 | 124 |
| Binary | 11111111 | 10101100 | 11100111 | 0 | 100001 | 1001 | 0 | 100111101 | 1100100 | 1010100 |
Color Harmonies of #FFACE7
Complementary color
Monochromatic Colors of #FFACE7
Black with #FFACE7
Text Example
Text Example
White with #FFACE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACE7; }
p { color: rgb(255,172,231); }
H1.HeaderClassName
{
color: #FFACE7;
}
.AnyTagClassName
{
color: #FFACE7;
}
</style>
background-color css
<style>
a { background-color: #FFACE7; }
a { background-color: rgb(255,172,231); }
div.DivClassName
{
background-color: #FFACE7;
}
.BgClassName
{
background-color: #FFACE7;
}
</style>
border-color css
<style>
span { border-color: #FFACE7; }
span { border-color: rgb(255,172,231); }
td.TdClassName
{
border-color: #FFACE7;
}
.TagClassName
{
border-color: #FFACE7;
}
</style>