Shades of Lavender Rose #FFACE9
Tints of Lavender Rose #FFACE9
RGB
CMYK
RGB Variations
Color information
#FFACE9 (or 0xFFACE9) is known color: Lavender Rose. HEX triplet: FF, AC and E9. RGB value is (255,172,233). Sum of RGB (Red+Green+Blue) = 255+172+233=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 172 (67.58% from 255 or 26.06% from 660); Blue value is 233 (91.41% from 255 or 35.30% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFACE9 is #005316. Grayscale: #CBCBCB. Windows color (decimal): -21271 or 15314175. OLE color: 15314175.
HSL color Cylindrical-coordinate representation of color #FFACE9: hue angle of 315.9º 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 #FFACE9 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 172 | 233 | - |
CMYK | 0 | 0.33 | 0.09 | 0 |
HSL | 315.9º | 1% | 0.84% | - |
HSV(B) | 315.9º | 0.33% | 1% | - |
XYZ | 70.7 | 56.65 | 84.3 | - |
YUV | 203.77 | 144.5 | 164.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 172 | 233 | 0 | 0.33 | 0.09 | 0 | 315.9 | 1 | 0.84 |
Hex | FF | AC | E9 | 0 | 21 | 9 | 0 | 13C | 64 | 54 |
Octal | 377 | 254 | 351 | 0 | 41 | 11 | 0 | 474 | 144 | 124 |
Binary | 11111111 | 10101100 | 11101001 | 0 | 100001 | 1001 | 0 | 100111100 | 1100100 | 1010100 |
Color Harmonies of #FFACE9
Complementary color
Monochromatic Colors of #FFACE9
Black with #FFACE9
Text Example
Text Example
White with #FFACE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACE9; }
p { color: rgb(255,172,233); }
H1.HeaderClassName
{
color: #FFACE9;
}
.AnyTagClassName
{
color: #FFACE9;
}
</style>
background-color css
<style>
a { background-color: #FFACE9; }
a { background-color: rgb(255,172,233); }
div.DivClassName
{
background-color: #FFACE9;
}
.BgClassName
{
background-color: #FFACE9;
}
</style>
border-color css
<style>
span { border-color: #FFACE9; }
span { border-color: rgb(255,172,233); }
td.TdClassName
{
border-color: #FFACE9;
}
.TagClassName
{
border-color: #FFACE9;
}
</style>