Shades of Lavender Rose #FFACF1
Tints of Lavender Rose #FFACF1
RGB
CMYK
RGB Variations
Color information
#FFACF1 (or 0xFFACF1) is known color: Lavender Rose. HEX triplet: FF, AC and F1. RGB value is (255,172,241). Sum of RGB (Red+Green+Blue) = 255+172+241=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 172 (67.58% from 255 or 25.75% from 668); Blue value is 241 (94.53% from 255 or 36.08% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFACF1 is #00530E. Grayscale: #CCCCCC. Windows color (decimal): -21263 or 15838463. OLE color: 15838463.
HSL color Cylindrical-coordinate representation of color #FFACF1: hue angle of 310.12º 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 #FFACF1 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 241 | - |
| CMYK | 0 | 0.33 | 0.05 | 0 |
| HSL | 310.12º | 1% | 0.84% | - |
| HSV(B) | 310.12º | 0.33% | 1% | - |
| XYZ | 71.87 | 57.12 | 90.46 | - |
| YUV | 204.68 | 148.5 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 241 | 0 | 0.33 | 0.05 | 0 | 310.12 | 1 | 0.84 |
| Hex | FF | AC | F1 | 0 | 21 | 5 | 0 | 136 | 64 | 54 |
| Octal | 377 | 254 | 361 | 0 | 41 | 5 | 0 | 466 | 144 | 124 |
| Binary | 11111111 | 10101100 | 11110001 | 0 | 100001 | 101 | 0 | 100110110 | 1100100 | 1010100 |
Color Harmonies of #FFACF1
Complementary color
Monochromatic Colors of #FFACF1
Black with #FFACF1
Text Example
Text Example
White with #FFACF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACF1; }
p { color: rgb(255,172,241); }
H1.HeaderClassName
{
color: #FFACF1;
}
.AnyTagClassName
{
color: #FFACF1;
}
</style>
background-color css
<style>
a { background-color: #FFACF1; }
a { background-color: rgb(255,172,241); }
div.DivClassName
{
background-color: #FFACF1;
}
.BgClassName
{
background-color: #FFACF1;
}
</style>
border-color css
<style>
span { border-color: #FFACF1; }
span { border-color: rgb(255,172,241); }
td.TdClassName
{
border-color: #FFACF1;
}
.TagClassName
{
border-color: #FFACF1;
}
</style>