Shades of Lavender Rose #FFACEE
Tints of Lavender Rose #FFACEE
RGB
CMYK
RGB Variations
Color information
#FFACEE (or 0xFFACEE) is known color: Lavender Rose. HEX triplet: FF, AC and EE. RGB value is (255,172,238). Sum of RGB (Red+Green+Blue) = 255+172+238=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 172 (67.58% from 255 or 25.86% from 665); Blue value is 238 (93.36% from 255 or 35.79% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFACEE is #005311. Grayscale: #CCCCCC. Windows color (decimal): -21266 or 15641855. OLE color: 15641855.
HSL color Cylindrical-coordinate representation of color #FFACEE: hue angle of 312.29º 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 #FFACEE is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 238 | - |
| CMYK | 0 | 0.33 | 0.07 | 0 |
| HSL | 312.29º | 1% | 0.84% | - |
| HSV(B) | 312.29º | 0.33% | 1% | - |
| XYZ | 71.43 | 56.94 | 88.11 | - |
| YUV | 204.34 | 147 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 238 | 0 | 0.33 | 0.07 | 0 | 312.29 | 1 | 0.84 |
| Hex | FF | AC | EE | 0 | 21 | 7 | 0 | 138 | 64 | 54 |
| Octal | 377 | 254 | 356 | 0 | 41 | 7 | 0 | 470 | 144 | 124 |
| Binary | 11111111 | 10101100 | 11101110 | 0 | 100001 | 111 | 0 | 100111000 | 1100100 | 1010100 |
Color Harmonies of #FFACEE
Complementary color
Monochromatic Colors of #FFACEE
Black with #FFACEE
Text Example
Text Example
White with #FFACEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACEE; }
p { color: rgb(255,172,238); }
H1.HeaderClassName
{
color: #FFACEE;
}
.AnyTagClassName
{
color: #FFACEE;
}
</style>
background-color css
<style>
a { background-color: #FFACEE; }
a { background-color: rgb(255,172,238); }
div.DivClassName
{
background-color: #FFACEE;
}
.BgClassName
{
background-color: #FFACEE;
}
</style>
border-color css
<style>
span { border-color: #FFACEE; }
span { border-color: rgb(255,172,238); }
td.TdClassName
{
border-color: #FFACEE;
}
.TagClassName
{
border-color: #FFACEE;
}
</style>