Shades of Lavender Rose #FFACFF
Tints of Lavender Rose #FFACFF
RGB
CMYK
RGB Variations
Color information
#FFACFF (or 0xFFACFF) is known color: Lavender Rose. HEX triplet: FF, AC and FF. RGB value is (255,172,255). Sum of RGB (Red+Green+Blue) = 255+172+255=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 172 (67.58% from 255 or 25.22% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFACFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFACFF is #005300. Grayscale: #CECECE. Windows color (decimal): -21249 or 16755967. OLE color: 16755967.
HSL color Cylindrical-coordinate representation of color #FFACFF: hue angle of 300º 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 #FFACFF is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 255 | - |
| CMYK | 0 | 0.33 | 0 | 0 |
| HSL | 300º | 1% | 0.84% | - |
| HSV(B) | 300º | 0.33% | 1% | - |
| XYZ | 74.04 | 57.99 | 101.9 | - |
| YUV | 206.28 | 155.5 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 255 | 0 | 0.33 | 0 | 0 | 300 | 1 | 0.84 |
| Hex | FF | AC | FF | 0 | 21 | 0 | 0 | 12C | 64 | 54 |
| Octal | 377 | 254 | 377 | 0 | 41 | 0 | 0 | 454 | 144 | 124 |
| Binary | 11111111 | 10101100 | 11111111 | 0 | 100001 | 0 | 0 | 100101100 | 1100100 | 1010100 |
Color Harmonies of #FFACFF
Complementary color
Monochromatic Colors of #FFACFF
Black with #FFACFF
Text Example
Text Example
White with #FFACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACFF; }
p { color: rgb(255,172,255); }
H1.HeaderClassName
{
color: #FFACFF;
}
.AnyTagClassName
{
color: #FFACFF;
}
</style>
background-color css
<style>
a { background-color: #FFACFF; }
a { background-color: rgb(255,172,255); }
div.DivClassName
{
background-color: #FFACFF;
}
.BgClassName
{
background-color: #FFACFF;
}
</style>
border-color css
<style>
span { border-color: #FFACFF; }
span { border-color: rgb(255,172,255); }
td.TdClassName
{
border-color: #FFACFF;
}
.TagClassName
{
border-color: #FFACFF;
}
</style>