Shades of Lavender Rose #FFACE6
Tints of Lavender Rose #FFACE6
RGB
CMYK
RGB Variations
Color information
#FFACE6 (or 0xFFACE6) is known color: Lavender Rose. HEX triplet: FF, AC and E6. RGB value is (255,172,230). Sum of RGB (Red+Green+Blue) = 255+172+230=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 172 (67.58% from 255 or 26.18% from 657); Blue value is 230 (90.23% from 255 or 35.01% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFACE6 is #005319. Grayscale: #CBCBCB. Windows color (decimal): -21274 or 15117567. OLE color: 15117567.
HSL color Cylindrical-coordinate representation of color #FFACE6: hue angle of 318.07º 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 #FFACE6 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 230 | - |
| CMYK | 0 | 0.33 | 0.10 | 0 |
| HSL | 318.07º | 1% | 0.84% | - |
| HSV(B) | 318.07º | 0.33% | 1% | - |
| XYZ | 70.28 | 56.48 | 82.06 | - |
| YUV | 203.43 | 143 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 230 | 0 | 0.33 | 0.10 | 0 | 318.07 | 1 | 0.84 |
| Hex | FF | AC | E6 | 0 | 21 | A | 0 | 13E | 64 | 54 |
| Octal | 377 | 254 | 346 | 0 | 41 | 12 | 0 | 476 | 144 | 124 |
| Binary | 11111111 | 10101100 | 11100110 | 0 | 100001 | 1010 | 0 | 100111110 | 1100100 | 1010100 |
Color Harmonies of #FFACE6
Complementary color
Monochromatic Colors of #FFACE6
Black with #FFACE6
Text Example
Text Example
White with #FFACE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACE6; }
p { color: rgb(255,172,230); }
H1.HeaderClassName
{
color: #FFACE6;
}
.AnyTagClassName
{
color: #FFACE6;
}
</style>
background-color css
<style>
a { background-color: #FFACE6; }
a { background-color: rgb(255,172,230); }
div.DivClassName
{
background-color: #FFACE6;
}
.BgClassName
{
background-color: #FFACE6;
}
</style>
border-color css
<style>
span { border-color: #FFACE6; }
span { border-color: rgb(255,172,230); }
td.TdClassName
{
border-color: #FFACE6;
}
.TagClassName
{
border-color: #FFACE6;
}
</style>