Shades of Lavender Rose #FFACF0
Tints of Lavender Rose #FFACF0
RGB
CMYK
RGB Variations
Color information
#FFACF0 (or 0xFFACF0) is known color: Lavender Rose. HEX triplet: FF, AC and F0. RGB value is (255,172,240). Sum of RGB (Red+Green+Blue) = 255+172+240=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 172 (67.58% from 255 or 25.79% from 667); Blue value is 240 (94.14% from 255 or 35.98% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFACF0 is #00530F. Grayscale: #CCCCCC. Windows color (decimal): -21264 or 15772927. OLE color: 15772927.
HSL color Cylindrical-coordinate representation of color #FFACF0: hue angle of 310.84º 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 #FFACF0 is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 240 | - |
| CMYK | 0 | 0.33 | 0.06 | 0 |
| HSL | 310.84º | 1% | 0.84% | - |
| HSV(B) | 310.84º | 0.33% | 1% | - |
| XYZ | 71.72 | 57.06 | 89.67 | - |
| YUV | 204.57 | 148 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 240 | 0 | 0.33 | 0.06 | 0 | 310.84 | 1 | 0.84 |
| Hex | FF | AC | F0 | 0 | 21 | 6 | 0 | 137 | 64 | 54 |
| Octal | 377 | 254 | 360 | 0 | 41 | 6 | 0 | 467 | 144 | 124 |
| Binary | 11111111 | 10101100 | 11110000 | 0 | 100001 | 110 | 0 | 100110111 | 1100100 | 1010100 |
Color Harmonies of #FFACF0
Complementary color
Monochromatic Colors of #FFACF0
Black with #FFACF0
Text Example
Text Example
White with #FFACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACF0; }
p { color: rgb(255,172,240); }
H1.HeaderClassName
{
color: #FFACF0;
}
.AnyTagClassName
{
color: #FFACF0;
}
</style>
background-color css
<style>
a { background-color: #FFACF0; }
a { background-color: rgb(255,172,240); }
div.DivClassName
{
background-color: #FFACF0;
}
.BgClassName
{
background-color: #FFACF0;
}
</style>
border-color css
<style>
span { border-color: #FFACF0; }
span { border-color: rgb(255,172,240); }
td.TdClassName
{
border-color: #FFACF0;
}
.TagClassName
{
border-color: #FFACF0;
}
</style>