Shades of Lavender Rose #FFACFE
Tints of Lavender Rose #FFACFE
RGB
CMYK
RGB Variations
Color information
#FFACFE (or 0xFFACFE) is known color: Lavender Rose. HEX triplet: FF, AC and FE. RGB value is (255,172,254). Sum of RGB (Red+Green+Blue) = 255+172+254=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 172 (67.58% from 255 or 25.26% from 681); Blue value is 254 (99.61% from 255 or 37.30% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFACFE is #005301. Grayscale: #CDCDCD. Windows color (decimal): -21250 or 16690431. OLE color: 16690431.
HSL color Cylindrical-coordinate representation of color #FFACFE: hue angle of 300.72º 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 #FFACFE is Cyan = 0, Magento = 0.33, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 254 | - |
| CMYK | 0 | 0.33 | 0.00 | 0 |
| HSL | 300.72º | 1% | 0.84% | - |
| HSV(B) | 300.72º | 0.33% | 1% | - |
| XYZ | 73.88 | 57.92 | 101.05 | - |
| YUV | 206.17 | 155 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 254 | 0 | 0.33 | 0.00 | 0 | 300.72 | 1 | 0.84 |
| Hex | FF | AC | FE | 0 | 21 | 0 | 0 | 12D | 64 | 54 |
| Octal | 377 | 254 | 376 | 0 | 41 | 0 | 0 | 455 | 144 | 124 |
| Binary | 11111111 | 10101100 | 11111110 | 0 | 100001 | 0 | 0 | 100101101 | 1100100 | 1010100 |
Color Harmonies of #FFACFE
Complementary color
Monochromatic Colors of #FFACFE
Black with #FFACFE
Text Example
Text Example
White with #FFACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACFE; }
p { color: rgb(255,172,254); }
H1.HeaderClassName
{
color: #FFACFE;
}
.AnyTagClassName
{
color: #FFACFE;
}
</style>
background-color css
<style>
a { background-color: #FFACFE; }
a { background-color: rgb(255,172,254); }
div.DivClassName
{
background-color: #FFACFE;
}
.BgClassName
{
background-color: #FFACFE;
}
</style>
border-color css
<style>
span { border-color: #FFACFE; }
span { border-color: rgb(255,172,254); }
td.TdClassName
{
border-color: #FFACFE;
}
.TagClassName
{
border-color: #FFACFE;
}
</style>