Shades of Lavender Rose #FFACF8
Tints of Lavender Rose #FFACF8
RGB
CMYK
RGB Variations
Color information
#FFACF8 (or 0xFFACF8) is known color: Lavender Rose. HEX triplet: FF, AC and F8. RGB value is (255,172,248). Sum of RGB (Red+Green+Blue) = 255+172+248=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 172 (67.58% from 255 or 25.48% from 675); Blue value is 248 (97.27% from 255 or 36.74% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFACF8 is #005307. Grayscale: #CDCDCD. Windows color (decimal): -21256 or 16297215. OLE color: 16297215.
HSL color Cylindrical-coordinate representation of color #FFACF8: hue angle of 305.06º 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 #FFACF8 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 248 | - |
| CMYK | 0 | 0.33 | 0.03 | 0 |
| HSL | 305.06º | 1% | 0.84% | - |
| HSV(B) | 305.06º | 0.33% | 1% | - |
| XYZ | 72.94 | 57.54 | 96.07 | - |
| YUV | 205.48 | 152 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 248 | 0 | 0.33 | 0.03 | 0 | 305.06 | 1 | 0.84 |
| Hex | FF | AC | F8 | 0 | 21 | 3 | 0 | 131 | 64 | 54 |
| Octal | 377 | 254 | 370 | 0 | 41 | 3 | 0 | 461 | 144 | 124 |
| Binary | 11111111 | 10101100 | 11111000 | 0 | 100001 | 11 | 0 | 100110001 | 1100100 | 1010100 |
Color Harmonies of #FFACF8
Complementary color
Monochromatic Colors of #FFACF8
Black with #FFACF8
Text Example
Text Example
White with #FFACF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACF8; }
p { color: rgb(255,172,248); }
H1.HeaderClassName
{
color: #FFACF8;
}
.AnyTagClassName
{
color: #FFACF8;
}
</style>
background-color css
<style>
a { background-color: #FFACF8; }
a { background-color: rgb(255,172,248); }
div.DivClassName
{
background-color: #FFACF8;
}
.BgClassName
{
background-color: #FFACF8;
}
</style>
border-color css
<style>
span { border-color: #FFACF8; }
span { border-color: rgb(255,172,248); }
td.TdClassName
{
border-color: #FFACF8;
}
.TagClassName
{
border-color: #FFACF8;
}
</style>