Shades of Lavender Rose #FFACE2
Tints of Lavender Rose #FFACE2
RGB
CMYK
RGB Variations
Color information
#FFACE2 (or 0xFFACE2) is known color: Lavender Rose. HEX triplet: FF, AC and E2. RGB value is (255,172,226). Sum of RGB (Red+Green+Blue) = 255+172+226=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 172 (67.58% from 255 or 26.34% from 653); Blue value is 226 (88.67% from 255 or 34.61% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACE2 is #00531D. Grayscale: #CACACA. Windows color (decimal): -21278 or 14855423. OLE color: 14855423.
HSL color Cylindrical-coordinate representation of color #FFACE2: hue angle of 320.96º 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 #FFACE2 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 172 | 226 | - |
CMYK | 0 | 0.33 | 0.11 | 0 |
HSL | 320.96º | 1% | 0.84% | - |
HSV(B) | 320.96º | 0.33% | 1% | - |
XYZ | 69.72 | 56.26 | 79.14 | - |
YUV | 202.97 | 141 | 165.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 172 | 226 | 0 | 0.33 | 0.11 | 0 | 320.96 | 1 | 0.84 |
Hex | FF | AC | E2 | 0 | 21 | B | 0 | 141 | 64 | 54 |
Octal | 377 | 254 | 342 | 0 | 41 | 13 | 0 | 501 | 144 | 124 |
Binary | 11111111 | 10101100 | 11100010 | 0 | 100001 | 1011 | 0 | 101000001 | 1100100 | 1010100 |
Color Harmonies of #FFACE2
Complementary color
Monochromatic Colors of #FFACE2
Black with #FFACE2
Text Example
Text Example
White with #FFACE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACE2; }
p { color: rgb(255,172,226); }
H1.HeaderClassName
{
color: #FFACE2;
}
.AnyTagClassName
{
color: #FFACE2;
}
</style>
background-color css
<style>
a { background-color: #FFACE2; }
a { background-color: rgb(255,172,226); }
div.DivClassName
{
background-color: #FFACE2;
}
.BgClassName
{
background-color: #FFACE2;
}
</style>
border-color css
<style>
span { border-color: #FFACE2; }
span { border-color: rgb(255,172,226); }
td.TdClassName
{
border-color: #FFACE2;
}
.TagClassName
{
border-color: #FFACE2;
}
</style>