Shades of Lavender Rose #FFACE3
Tints of Lavender Rose #FFACE3
RGB
CMYK
RGB Variations
Color information
#FFACE3 (or 0xFFACE3) is known color: Lavender Rose. HEX triplet: FF, AC and E3. RGB value is (255,172,227). Sum of RGB (Red+Green+Blue) = 255+172+227=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 172 (67.58% from 255 or 26.30% from 654); Blue value is 227 (89.06% from 255 or 34.71% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACE3 is #00531C. Grayscale: #CACACA. Windows color (decimal): -21277 or 14920959. OLE color: 14920959.
HSL color Cylindrical-coordinate representation of color #FFACE3: hue angle of 320.24º 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 #FFACE3 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 227 | - |
| CMYK | 0 | 0.33 | 0.11 | 0 |
| HSL | 320.24º | 1% | 0.84% | - |
| HSV(B) | 320.24º | 0.33% | 1% | - |
| XYZ | 69.86 | 56.31 | 79.86 | - |
| YUV | 203.09 | 141.5 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 227 | 0 | 0.33 | 0.11 | 0 | 320.24 | 1 | 0.84 |
| Hex | FF | AC | E3 | 0 | 21 | B | 0 | 140 | 64 | 54 |
| Octal | 377 | 254 | 343 | 0 | 41 | 13 | 0 | 500 | 144 | 124 |
| Binary | 11111111 | 10101100 | 11100011 | 0 | 100001 | 1011 | 0 | 101000000 | 1100100 | 1010100 |
Color Harmonies of #FFACE3
Complementary color
Monochromatic Colors of #FFACE3
Black with #FFACE3
Text Example
Text Example
White with #FFACE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACE3; }
p { color: rgb(255,172,227); }
H1.HeaderClassName
{
color: #FFACE3;
}
.AnyTagClassName
{
color: #FFACE3;
}
</style>
background-color css
<style>
a { background-color: #FFACE3; }
a { background-color: rgb(255,172,227); }
div.DivClassName
{
background-color: #FFACE3;
}
.BgClassName
{
background-color: #FFACE3;
}
</style>
border-color css
<style>
span { border-color: #FFACE3; }
span { border-color: rgb(255,172,227); }
td.TdClassName
{
border-color: #FFACE3;
}
.TagClassName
{
border-color: #FFACE3;
}
</style>