Shades of Lavender Rose #F6ACDE
Tints of Lavender Rose #F6ACDE
RGB
CMYK
RGB Variations
Color information
#F6ACDE (or 0xF6ACDE) is known color: Lavender Rose. HEX triplet: F6, AC and DE. RGB value is (246,172,222). Sum of RGB (Red+Green+Blue) = 246+172+222=640 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.44% from 640); Green value is 172 (67.58% from 255 or 26.88% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ACDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ACDE is #095321. Grayscale: #C7C7C7. Windows color (decimal): -611106 or 14593270. OLE color: 14593270.
HSL color Cylindrical-coordinate representation of color #F6ACDE: hue angle of 319.46º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6ACDE is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 172 | 222 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.04 |
| HSL | 319.46º | 0.8% | 0.82% | - |
| HSV(B) | 319.46º | 0.3% | 0.96% | - |
| XYZ | 65.94 | 54.37 | 76.13 | - |
| YUV | 199.83 | 140.52 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 172 | 222 | 0 | 0.30 | 0.10 | 0.04 | 319.46 | 0.8 | 0.82 |
| Hex | F6 | AC | DE | 0 | 1E | A | 4 | 13F | 50 | 52 |
| Octal | 366 | 254 | 336 | 0 | 36 | 12 | 4 | 477 | 120 | 122 |
| Binary | 11110110 | 10101100 | 11011110 | 0 | 11110 | 1010 | 100 | 100111111 | 1010000 | 1010010 |
Color Harmonies of #F6ACDE
Complementary color
Monochromatic Colors of #F6ACDE
Black with #F6ACDE
Text Example
Text Example
White with #F6ACDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ACDE; }
p { color: rgb(246,172,222); }
H1.HeaderClassName
{
color: #F6ACDE;
}
.AnyTagClassName
{
color: #F6ACDE;
}
</style>
background-color css
<style>
a { background-color: #F6ACDE; }
a { background-color: rgb(246,172,222); }
div.DivClassName
{
background-color: #F6ACDE;
}
.BgClassName
{
background-color: #F6ACDE;
}
</style>
border-color css
<style>
span { border-color: #F6ACDE; }
span { border-color: rgb(246,172,222); }
td.TdClassName
{
border-color: #F6ACDE;
}
.TagClassName
{
border-color: #F6ACDE;
}
</style>