Shades of Lavender Rose #F6ACF0
Tints of Lavender Rose #F6ACF0
RGB
CMYK
RGB Variations
Color information
#F6ACF0 (or 0xF6ACF0) is known color: Lavender Rose. HEX triplet: F6, AC and F0. RGB value is (246,172,240). Sum of RGB (Red+Green+Blue) = 246+172+240=658 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.39% from 658); Green value is 172 (67.58% from 255 or 26.14% from 658); Blue value is 240 (94.14% from 255 or 36.47% from 658); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ACF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6ACF0 is #09530F. Grayscale: #C9C9C9. Windows color (decimal): -611088 or 15772918. OLE color: 15772918.
HSL color Cylindrical-coordinate representation of color #F6ACF0: hue angle of 304.86º 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 #F6ACF0 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 172 | 240 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.04 |
| HSL | 304.86º | 0.8% | 0.82% | - |
| HSV(B) | 304.86º | 0.3% | 0.96% | - |
| XYZ | 68.49 | 55.39 | 89.52 | - |
| YUV | 201.88 | 149.52 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 172 | 240 | 0 | 0.30 | 0.02 | 0.04 | 304.86 | 0.8 | 0.82 |
| Hex | F6 | AC | F0 | 0 | 1E | 2 | 4 | 131 | 50 | 52 |
| Octal | 366 | 254 | 360 | 0 | 36 | 2 | 4 | 461 | 120 | 122 |
| Binary | 11110110 | 10101100 | 11110000 | 0 | 11110 | 10 | 100 | 100110001 | 1010000 | 1010010 |
Color Harmonies of #F6ACF0
Complementary color
Monochromatic Colors of #F6ACF0
Black with #F6ACF0
Text Example
Text Example
White with #F6ACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ACF0; }
p { color: rgb(246,172,240); }
H1.HeaderClassName
{
color: #F6ACF0;
}
.AnyTagClassName
{
color: #F6ACF0;
}
</style>
background-color css
<style>
a { background-color: #F6ACF0; }
a { background-color: rgb(246,172,240); }
div.DivClassName
{
background-color: #F6ACF0;
}
.BgClassName
{
background-color: #F6ACF0;
}
</style>
border-color css
<style>
span { border-color: #F6ACF0; }
span { border-color: rgb(246,172,240); }
td.TdClassName
{
border-color: #F6ACF0;
}
.TagClassName
{
border-color: #F6ACF0;
}
</style>