Shades of Lavender Rose #FFACF5
Tints of Lavender Rose #FFACF5
RGB
CMYK
RGB Variations
Color information
#FFACF5 (or 0xFFACF5) is known color: Lavender Rose. HEX triplet: FF, AC and F5. RGB value is (255,172,245). Sum of RGB (Red+Green+Blue) = 255+172+245=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 172 (67.58% from 255 or 25.60% from 672); Blue value is 245 (96.09% from 255 or 36.46% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFACF5 is #00530A. Grayscale: #CCCCCC. Windows color (decimal): -21259 or 16100607. OLE color: 16100607.
HSL color Cylindrical-coordinate representation of color #FFACF5: hue angle of 307.23º 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 #FFACF5 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 245 | - |
| CMYK | 0 | 0.33 | 0.04 | 0 |
| HSL | 307.23º | 1% | 0.84% | - |
| HSV(B) | 307.23º | 0.33% | 1% | - |
| XYZ | 72.47 | 57.36 | 93.64 | - |
| YUV | 205.14 | 150.5 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 245 | 0 | 0.33 | 0.04 | 0 | 307.23 | 1 | 0.84 |
| Hex | FF | AC | F5 | 0 | 21 | 4 | 0 | 133 | 64 | 54 |
| Octal | 377 | 254 | 365 | 0 | 41 | 4 | 0 | 463 | 144 | 124 |
| Binary | 11111111 | 10101100 | 11110101 | 0 | 100001 | 100 | 0 | 100110011 | 1100100 | 1010100 |
Color Harmonies of #FFACF5
Complementary color
Monochromatic Colors of #FFACF5
Black with #FFACF5
Text Example
Text Example
White with #FFACF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACF5; }
p { color: rgb(255,172,245); }
H1.HeaderClassName
{
color: #FFACF5;
}
.AnyTagClassName
{
color: #FFACF5;
}
</style>
background-color css
<style>
a { background-color: #FFACF5; }
a { background-color: rgb(255,172,245); }
div.DivClassName
{
background-color: #FFACF5;
}
.BgClassName
{
background-color: #FFACF5;
}
</style>
border-color css
<style>
span { border-color: #FFACF5; }
span { border-color: rgb(255,172,245); }
td.TdClassName
{
border-color: #FFACF5;
}
.TagClassName
{
border-color: #FFACF5;
}
</style>