Shades of Lavender Rose #FFACDF
Tints of Lavender Rose #FFACDF
RGB
CMYK
RGB Variations
Color information
#FFACDF (or 0xFFACDF) is known color: Lavender Rose. HEX triplet: FF, AC and DF. RGB value is (255,172,223). Sum of RGB (Red+Green+Blue) = 255+172+223=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 172 (67.58% from 255 or 26.46% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACDF is #005320. Grayscale: #CACACA. Windows color (decimal): -21281 or 14658815. OLE color: 14658815.
HSL color Cylindrical-coordinate representation of color #FFACDF: hue angle of 323.13º 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 #FFACDF is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 223 | - |
| CMYK | 0 | 0.33 | 0.13 | 0 |
| HSL | 323.13º | 1% | 0.84% | - |
| HSV(B) | 323.13º | 0.33% | 1% | - |
| XYZ | 69.31 | 56.09 | 76.99 | - |
| YUV | 202.63 | 139.5 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 223 | 0 | 0.33 | 0.13 | 0 | 323.13 | 1 | 0.84 |
| Hex | FF | AC | DF | 0 | 21 | D | 0 | 143 | 64 | 54 |
| Octal | 377 | 254 | 337 | 0 | 41 | 15 | 0 | 503 | 144 | 124 |
| Binary | 11111111 | 10101100 | 11011111 | 0 | 100001 | 1101 | 0 | 101000011 | 1100100 | 1010100 |
Color Harmonies of #FFACDF
Complementary color
Monochromatic Colors of #FFACDF
Black with #FFACDF
Text Example
Text Example
White with #FFACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACDF; }
p { color: rgb(255,172,223); }
H1.HeaderClassName
{
color: #FFACDF;
}
.AnyTagClassName
{
color: #FFACDF;
}
</style>
background-color css
<style>
a { background-color: #FFACDF; }
a { background-color: rgb(255,172,223); }
div.DivClassName
{
background-color: #FFACDF;
}
.BgClassName
{
background-color: #FFACDF;
}
</style>
border-color css
<style>
span { border-color: #FFACDF; }
span { border-color: rgb(255,172,223); }
td.TdClassName
{
border-color: #FFACDF;
}
.TagClassName
{
border-color: #FFACDF;
}
</style>