Shades of Lavender Rose #F6ACE8
Tints of Lavender Rose #F6ACE8
RGB
CMYK
RGB Variations
Color information
#F6ACE8 (or 0xF6ACE8) is known color: Lavender Rose. HEX triplet: F6, AC and E8. RGB value is (246,172,232). Sum of RGB (Red+Green+Blue) = 246+172+232=650 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.85% from 650); Green value is 172 (67.58% from 255 or 26.46% from 650); Blue value is 232 (91.02% from 255 or 35.69% from 650); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ACE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6ACE8 is #095317. Grayscale: #C8C8C8. Windows color (decimal): -611096 or 15248630. OLE color: 15248630.
HSL color Cylindrical-coordinate representation of color #F6ACE8: hue angle of 311.35º 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 #F6ACE8 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 172 | 232 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.04 |
| HSL | 311.35º | 0.8% | 0.82% | - |
| HSV(B) | 311.35º | 0.3% | 0.96% | - |
| XYZ | 67.32 | 54.92 | 83.4 | - |
| YUV | 200.97 | 145.52 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 172 | 232 | 0 | 0.30 | 0.06 | 0.04 | 311.35 | 0.8 | 0.82 |
| Hex | F6 | AC | E8 | 0 | 1E | 6 | 4 | 137 | 50 | 52 |
| Octal | 366 | 254 | 350 | 0 | 36 | 6 | 4 | 467 | 120 | 122 |
| Binary | 11110110 | 10101100 | 11101000 | 0 | 11110 | 110 | 100 | 100110111 | 1010000 | 1010010 |
Color Harmonies of #F6ACE8
Complementary color
Monochromatic Colors of #F6ACE8
Black with #F6ACE8
Text Example
Text Example
White with #F6ACE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ACE8; }
p { color: rgb(246,172,232); }
H1.HeaderClassName
{
color: #F6ACE8;
}
.AnyTagClassName
{
color: #F6ACE8;
}
</style>
background-color css
<style>
a { background-color: #F6ACE8; }
a { background-color: rgb(246,172,232); }
div.DivClassName
{
background-color: #F6ACE8;
}
.BgClassName
{
background-color: #F6ACE8;
}
</style>
border-color css
<style>
span { border-color: #F6ACE8; }
span { border-color: rgb(246,172,232); }
td.TdClassName
{
border-color: #F6ACE8;
}
.TagClassName
{
border-color: #F6ACE8;
}
</style>