Shades of Lavender Rose #FFACF2
Tints of Lavender Rose #FFACF2
RGB
CMYK
RGB Variations
Color information
#FFACF2 (or 0xFFACF2) is known color: Lavender Rose. HEX triplet: FF, AC and F2. RGB value is (255,172,242). Sum of RGB (Red+Green+Blue) = 255+172+242=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 172 (67.58% from 255 or 25.71% from 669); Blue value is 242 (94.92% from 255 or 36.17% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFACF2 is #00530D. Grayscale: #CCCCCC. Windows color (decimal): -21262 or 15903999. OLE color: 15903999.
HSL color Cylindrical-coordinate representation of color #FFACF2: hue angle of 309.4º 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 #FFACF2 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 242 | - |
| CMYK | 0 | 0.33 | 0.05 | 0 |
| HSL | 309.4º | 1% | 0.84% | - |
| HSV(B) | 309.4º | 0.33% | 1% | - |
| XYZ | 72.02 | 57.18 | 91.24 | - |
| YUV | 204.8 | 149 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 242 | 0 | 0.33 | 0.05 | 0 | 309.4 | 1 | 0.84 |
| Hex | FF | AC | F2 | 0 | 21 | 5 | 0 | 135 | 64 | 54 |
| Octal | 377 | 254 | 362 | 0 | 41 | 5 | 0 | 465 | 144 | 124 |
| Binary | 11111111 | 10101100 | 11110010 | 0 | 100001 | 101 | 0 | 100110101 | 1100100 | 1010100 |
Color Harmonies of #FFACF2
Complementary color
Monochromatic Colors of #FFACF2
Black with #FFACF2
Text Example
Text Example
White with #FFACF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACF2; }
p { color: rgb(255,172,242); }
H1.HeaderClassName
{
color: #FFACF2;
}
.AnyTagClassName
{
color: #FFACF2;
}
</style>
background-color css
<style>
a { background-color: #FFACF2; }
a { background-color: rgb(255,172,242); }
div.DivClassName
{
background-color: #FFACF2;
}
.BgClassName
{
background-color: #FFACF2;
}
</style>
border-color css
<style>
span { border-color: #FFACF2; }
span { border-color: rgb(255,172,242); }
td.TdClassName
{
border-color: #FFACF2;
}
.TagClassName
{
border-color: #FFACF2;
}
</style>