Shades of Lavender Rose #FFA0F6
Tints of Lavender Rose #FFA0F6
RGB
CMYK
RGB Variations
Color information
#FFA0F6 (or 0xFFA0F6) is known color: Lavender Rose. HEX triplet: FF, A0 and F6. RGB value is (255,160,246). Sum of RGB (Red+Green+Blue) = 255+160+246=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 160 (62.89% from 255 or 24.21% from 661); Blue value is 246 (96.48% from 255 or 37.22% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA0F6 is #005F09. Grayscale: #C5C5C5. Windows color (decimal): -24330 or 16163071. OLE color: 16163071.
HSL color Cylindrical-coordinate representation of color #FFA0F6: hue angle of 305.68º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFA0F6 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 246 | - |
| CMYK | 0 | 0.37 | 0.04 | 0 |
| HSL | 305.68º | 1% | 0.81% | - |
| HSV(B) | 305.68º | 0.37% | 1% | - |
| XYZ | 70.45 | 53.06 | 93.72 | - |
| YUV | 198.21 | 154.97 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 246 | 0 | 0.37 | 0.04 | 0 | 305.68 | 1 | 0.81 |
| Hex | FF | A0 | F6 | 0 | 25 | 4 | 0 | 132 | 64 | 51 |
| Octal | 377 | 240 | 366 | 0 | 45 | 4 | 0 | 462 | 144 | 121 |
| Binary | 11111111 | 10100000 | 11110110 | 0 | 100101 | 100 | 0 | 100110010 | 1100100 | 1010001 |
Color Harmonies of #FFA0F6
Complementary color
Monochromatic Colors of #FFA0F6
Black with #FFA0F6
Text Example
Text Example
White with #FFA0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA0F6; }
p { color: rgb(255,160,246); }
H1.HeaderClassName
{
color: #FFA0F6;
}
.AnyTagClassName
{
color: #FFA0F6;
}
</style>
background-color css
<style>
a { background-color: #FFA0F6; }
a { background-color: rgb(255,160,246); }
div.DivClassName
{
background-color: #FFA0F6;
}
.BgClassName
{
background-color: #FFA0F6;
}
</style>
border-color css
<style>
span { border-color: #FFA0F6; }
span { border-color: rgb(255,160,246); }
td.TdClassName
{
border-color: #FFA0F6;
}
.TagClassName
{
border-color: #FFA0F6;
}
</style>