Shades of Lavender Rose #FFACEF
Tints of Lavender Rose #FFACEF
RGB
CMYK
RGB Variations
Color information
#FFACEF (or 0xFFACEF) is known color: Lavender Rose. HEX triplet: FF, AC and EF. RGB value is (255,172,239). Sum of RGB (Red+Green+Blue) = 255+172+239=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 172 (67.58% from 255 or 25.83% from 666); Blue value is 239 (93.75% from 255 or 35.89% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFACEF is #005310. Grayscale: #CCCCCC. Windows color (decimal): -21265 or 15707391. OLE color: 15707391.
HSL color Cylindrical-coordinate representation of color #FFACEF: hue angle of 311.57º 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 #FFACEF is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 239 | - |
| CMYK | 0 | 0.33 | 0.06 | 0 |
| HSL | 311.57º | 1% | 0.84% | - |
| HSV(B) | 311.57º | 0.33% | 1% | - |
| XYZ | 71.57 | 57 | 88.89 | - |
| YUV | 204.46 | 147.5 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 239 | 0 | 0.33 | 0.06 | 0 | 311.57 | 1 | 0.84 |
| Hex | FF | AC | EF | 0 | 21 | 6 | 0 | 138 | 64 | 54 |
| Octal | 377 | 254 | 357 | 0 | 41 | 6 | 0 | 470 | 144 | 124 |
| Binary | 11111111 | 10101100 | 11101111 | 0 | 100001 | 110 | 0 | 100111000 | 1100100 | 1010100 |
Color Harmonies of #FFACEF
Complementary color
Monochromatic Colors of #FFACEF
Black with #FFACEF
Text Example
Text Example
White with #FFACEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACEF; }
p { color: rgb(255,172,239); }
H1.HeaderClassName
{
color: #FFACEF;
}
.AnyTagClassName
{
color: #FFACEF;
}
</style>
background-color css
<style>
a { background-color: #FFACEF; }
a { background-color: rgb(255,172,239); }
div.DivClassName
{
background-color: #FFACEF;
}
.BgClassName
{
background-color: #FFACEF;
}
</style>
border-color css
<style>
span { border-color: #FFACEF; }
span { border-color: rgb(255,172,239); }
td.TdClassName
{
border-color: #FFACEF;
}
.TagClassName
{
border-color: #FFACEF;
}
</style>