Shades of Lavender Rose #FFACF9
Tints of Lavender Rose #FFACF9
RGB
CMYK
RGB Variations
Color information
#FFACF9 (or 0xFFACF9) is known color: Lavender Rose. HEX triplet: FF, AC and F9. RGB value is (255,172,249). Sum of RGB (Red+Green+Blue) = 255+172+249=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 172 (67.58% from 255 or 25.44% from 676); Blue value is 249 (97.66% from 255 or 36.83% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFACF9 is #005306. Grayscale: #CDCDCD. Windows color (decimal): -21255 or 16362751. OLE color: 16362751.
HSL color Cylindrical-coordinate representation of color #FFACF9: hue angle of 304.34º 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 #FFACF9 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 249 | - |
| CMYK | 0 | 0.33 | 0.02 | 0 |
| HSL | 304.34º | 1% | 0.84% | - |
| HSV(B) | 304.34º | 0.33% | 1% | - |
| XYZ | 73.09 | 57.6 | 96.89 | - |
| YUV | 205.6 | 152.5 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 249 | 0 | 0.33 | 0.02 | 0 | 304.34 | 1 | 0.84 |
| Hex | FF | AC | F9 | 0 | 21 | 2 | 0 | 130 | 64 | 54 |
| Octal | 377 | 254 | 371 | 0 | 41 | 2 | 0 | 460 | 144 | 124 |
| Binary | 11111111 | 10101100 | 11111001 | 0 | 100001 | 10 | 0 | 100110000 | 1100100 | 1010100 |
Color Harmonies of #FFACF9
Complementary color
Monochromatic Colors of #FFACF9
Black with #FFACF9
Text Example
Text Example
White with #FFACF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACF9; }
p { color: rgb(255,172,249); }
H1.HeaderClassName
{
color: #FFACF9;
}
.AnyTagClassName
{
color: #FFACF9;
}
</style>
background-color css
<style>
a { background-color: #FFACF9; }
a { background-color: rgb(255,172,249); }
div.DivClassName
{
background-color: #FFACF9;
}
.BgClassName
{
background-color: #FFACF9;
}
</style>
border-color css
<style>
span { border-color: #FFACF9; }
span { border-color: rgb(255,172,249); }
td.TdClassName
{
border-color: #FFACF9;
}
.TagClassName
{
border-color: #FFACF9;
}
</style>