Shades of Lavender Rose #F6ABF4
Tints of Lavender Rose #F6ABF4
RGB
CMYK
RGB Variations
Color information
#F6ABF4 (or 0xF6ABF4) is known color: Lavender Rose. HEX triplet: F6, AB and F4. RGB value is (246,171,244). Sum of RGB (Red+Green+Blue) = 246+171+244=661 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.22% from 661); Green value is 171 (67.19% from 255 or 25.87% from 661); Blue value is 244 (95.70% from 255 or 36.91% from 661); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ABF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6ABF4 is #09540B. Grayscale: #C9C9C9. Windows color (decimal): -611340 or 16034806. OLE color: 16034806.
HSL color Cylindrical-coordinate representation of color #F6ABF4: hue angle of 301.6º degrees, saturation: 0.81, 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 #F6ABF4 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 171 | 244 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.04 |
| HSL | 301.6º | 0.81% | 0.82% | - |
| HSV(B) | 301.6º | 0.3% | 0.96% | - |
| XYZ | 68.9 | 55.25 | 92.62 | - |
| YUV | 201.75 | 151.85 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 171 | 244 | 0 | 0.30 | 0.01 | 0.04 | 301.6 | 0.81 | 0.82 |
| Hex | F6 | AB | F4 | 0 | 1E | 1 | 4 | 12E | 51 | 52 |
| Octal | 366 | 253 | 364 | 0 | 36 | 1 | 4 | 456 | 121 | 122 |
| Binary | 11110110 | 10101011 | 11110100 | 0 | 11110 | 1 | 100 | 100101110 | 1010001 | 1010010 |
Color Harmonies of #F6ABF4
Complementary color
Monochromatic Colors of #F6ABF4
Black with #F6ABF4
Text Example
Text Example
White with #F6ABF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ABF4; }
p { color: rgb(246,171,244); }
H1.HeaderClassName
{
color: #F6ABF4;
}
.AnyTagClassName
{
color: #F6ABF4;
}
</style>
background-color css
<style>
a { background-color: #F6ABF4; }
a { background-color: rgb(246,171,244); }
div.DivClassName
{
background-color: #F6ABF4;
}
.BgClassName
{
background-color: #F6ABF4;
}
</style>
border-color css
<style>
span { border-color: #F6ABF4; }
span { border-color: rgb(246,171,244); }
td.TdClassName
{
border-color: #F6ABF4;
}
.TagClassName
{
border-color: #F6ABF4;
}
</style>