Shades of Lavender Rose #FFA6F0
Tints of Lavender Rose #FFA6F0
RGB
CMYK
RGB Variations
Color information
#FFA6F0 (or 0xFFA6F0) is known color: Lavender Rose. HEX triplet: FF, A6 and F0. RGB value is (255,166,240). Sum of RGB (Red+Green+Blue) = 255+166+240=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 166 (65.23% from 255 or 25.11% from 661); Blue value is 240 (94.14% from 255 or 36.31% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA6F0 is #00590F. Grayscale: #C8C8C8. Windows color (decimal): -22800 or 15771391. OLE color: 15771391.
HSL color Cylindrical-coordinate representation of color #FFA6F0: hue angle of 310.11º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFA6F0 is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 240 | - |
| CMYK | 0 | 0.35 | 0.06 | 0 |
| HSL | 310.11º | 1% | 0.83% | - |
| HSV(B) | 310.11º | 0.35% | 1% | - |
| XYZ | 70.6 | 54.82 | 89.3 | - |
| YUV | 201.05 | 149.99 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 240 | 0 | 0.35 | 0.06 | 0 | 310.11 | 1 | 0.83 |
| Hex | FF | A6 | F0 | 0 | 23 | 6 | 0 | 136 | 64 | 53 |
| Octal | 377 | 246 | 360 | 0 | 43 | 6 | 0 | 466 | 144 | 123 |
| Binary | 11111111 | 10100110 | 11110000 | 0 | 100011 | 110 | 0 | 100110110 | 1100100 | 1010011 |
Color Harmonies of #FFA6F0
Complementary color
Monochromatic Colors of #FFA6F0
Black with #FFA6F0
Text Example
Text Example
White with #FFA6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA6F0; }
p { color: rgb(255,166,240); }
H1.HeaderClassName
{
color: #FFA6F0;
}
.AnyTagClassName
{
color: #FFA6F0;
}
</style>
background-color css
<style>
a { background-color: #FFA6F0; }
a { background-color: rgb(255,166,240); }
div.DivClassName
{
background-color: #FFA6F0;
}
.BgClassName
{
background-color: #FFA6F0;
}
</style>
border-color css
<style>
span { border-color: #FFA6F0; }
span { border-color: rgb(255,166,240); }
td.TdClassName
{
border-color: #FFA6F0;
}
.TagClassName
{
border-color: #FFA6F0;
}
</style>