Shades of Lavender Rose #FFA6EE
Tints of Lavender Rose #FFA6EE
RGB
CMYK
RGB Variations
Color information
#FFA6EE (or 0xFFA6EE) is known color: Lavender Rose. HEX triplet: FF, A6 and EE. RGB value is (255,166,238). Sum of RGB (Red+Green+Blue) = 255+166+238=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 166 (65.23% from 255 or 25.19% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA6EE is #005911. Grayscale: #C8C8C8. Windows color (decimal): -22802 or 15640319. OLE color: 15640319.
HSL color Cylindrical-coordinate representation of color #FFA6EE: hue angle of 311.46º 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 #FFA6EE is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 238 | - |
| CMYK | 0 | 0.35 | 0.07 | 0 |
| HSL | 311.46º | 1% | 0.83% | - |
| HSV(B) | 311.46º | 0.35% | 1% | - |
| XYZ | 70.31 | 54.71 | 87.74 | - |
| YUV | 200.82 | 148.99 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 238 | 0 | 0.35 | 0.07 | 0 | 311.46 | 1 | 0.83 |
| Hex | FF | A6 | EE | 0 | 23 | 7 | 0 | 137 | 64 | 53 |
| Octal | 377 | 246 | 356 | 0 | 43 | 7 | 0 | 467 | 144 | 123 |
| Binary | 11111111 | 10100110 | 11101110 | 0 | 100011 | 111 | 0 | 100110111 | 1100100 | 1010011 |
Color Harmonies of #FFA6EE
Complementary color
Monochromatic Colors of #FFA6EE
Black with #FFA6EE
Text Example
Text Example
White with #FFA6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA6EE; }
p { color: rgb(255,166,238); }
H1.HeaderClassName
{
color: #FFA6EE;
}
.AnyTagClassName
{
color: #FFA6EE;
}
</style>
background-color css
<style>
a { background-color: #FFA6EE; }
a { background-color: rgb(255,166,238); }
div.DivClassName
{
background-color: #FFA6EE;
}
.BgClassName
{
background-color: #FFA6EE;
}
</style>
border-color css
<style>
span { border-color: #FFA6EE; }
span { border-color: rgb(255,166,238); }
td.TdClassName
{
border-color: #FFA6EE;
}
.TagClassName
{
border-color: #FFA6EE;
}
</style>