Shades of Lavender Rose #FFA6ED
Tints of Lavender Rose #FFA6ED
RGB
CMYK
RGB Variations
Color information
#FFA6ED (or 0xFFA6ED) is known color: Lavender Rose. HEX triplet: FF, A6 and ED. RGB value is (255,166,237). Sum of RGB (Red+Green+Blue) = 255+166+237=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 166 (65.23% from 255 or 25.23% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA6ED is #005912. Grayscale: #C8C8C8. Windows color (decimal): -22803 or 15574783. OLE color: 15574783.
HSL color Cylindrical-coordinate representation of color #FFA6ED: hue angle of 312.13º 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 #FFA6ED is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 237 | - |
| CMYK | 0 | 0.35 | 0.07 | 0 |
| HSL | 312.13º | 1% | 0.83% | - |
| HSV(B) | 312.13º | 0.35% | 1% | - |
| XYZ | 70.16 | 54.65 | 86.97 | - |
| YUV | 200.71 | 148.49 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 237 | 0 | 0.35 | 0.07 | 0 | 312.13 | 1 | 0.83 |
| Hex | FF | A6 | ED | 0 | 23 | 7 | 0 | 138 | 64 | 53 |
| Octal | 377 | 246 | 355 | 0 | 43 | 7 | 0 | 470 | 144 | 123 |
| Binary | 11111111 | 10100110 | 11101101 | 0 | 100011 | 111 | 0 | 100111000 | 1100100 | 1010011 |
Color Harmonies of #FFA6ED
Complementary color
Monochromatic Colors of #FFA6ED
Black with #FFA6ED
Text Example
Text Example
White with #FFA6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA6ED; }
p { color: rgb(255,166,237); }
H1.HeaderClassName
{
color: #FFA6ED;
}
.AnyTagClassName
{
color: #FFA6ED;
}
</style>
background-color css
<style>
a { background-color: #FFA6ED; }
a { background-color: rgb(255,166,237); }
div.DivClassName
{
background-color: #FFA6ED;
}
.BgClassName
{
background-color: #FFA6ED;
}
</style>
border-color css
<style>
span { border-color: #FFA6ED; }
span { border-color: rgb(255,166,237); }
td.TdClassName
{
border-color: #FFA6ED;
}
.TagClassName
{
border-color: #FFA6ED;
}
</style>