Shades of Lavender Rose #FFACE0
Tints of Lavender Rose #FFACE0
RGB
CMYK
RGB Variations
Color information
#FFACE0 (or 0xFFACE0) is known color: Lavender Rose. HEX triplet: FF, AC and E0. RGB value is (255,172,224). Sum of RGB (Red+Green+Blue) = 255+172+224=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 172 (67.58% from 255 or 26.42% from 651); Blue value is 224 (87.89% from 255 or 34.41% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACE0 is #00531F. Grayscale: #CACACA. Windows color (decimal): -21280 or 14724351. OLE color: 14724351.
HSL color Cylindrical-coordinate representation of color #FFACE0: hue angle of 322.41º 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 #FFACE0 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 172 | 224 | - |
CMYK | 0 | 0.33 | 0.12 | 0 |
HSL | 322.41º | 1% | 0.84% | - |
HSV(B) | 322.41º | 0.33% | 1% | - |
XYZ | 69.45 | 56.15 | 77.7 | - |
YUV | 202.75 | 140 | 165.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 172 | 224 | 0 | 0.33 | 0.12 | 0 | 322.41 | 1 | 0.84 |
Hex | FF | AC | E0 | 0 | 21 | C | 0 | 142 | 64 | 54 |
Octal | 377 | 254 | 340 | 0 | 41 | 14 | 0 | 502 | 144 | 124 |
Binary | 11111111 | 10101100 | 11100000 | 0 | 100001 | 1100 | 0 | 101000010 | 1100100 | 1010100 |
Color Harmonies of #FFACE0
Complementary color
Monochromatic Colors of #FFACE0
Black with #FFACE0
Text Example
Text Example
White with #FFACE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACE0; }
p { color: rgb(255,172,224); }
H1.HeaderClassName
{
color: #FFACE0;
}
.AnyTagClassName
{
color: #FFACE0;
}
</style>
background-color css
<style>
a { background-color: #FFACE0; }
a { background-color: rgb(255,172,224); }
div.DivClassName
{
background-color: #FFACE0;
}
.BgClassName
{
background-color: #FFACE0;
}
</style>
border-color css
<style>
span { border-color: #FFACE0; }
span { border-color: rgb(255,172,224); }
td.TdClassName
{
border-color: #FFACE0;
}
.TagClassName
{
border-color: #FFACE0;
}
</style>