Shades of Lavender Rose #FEA6FF
Tints of Lavender Rose #FEA6FF
RGB
CMYK
RGB Variations
Color information
#FEA6FF (or 0xFEA6FF) is known color: Lavender Rose. HEX triplet: FE, A6 and FF. RGB value is (254,166,255). Sum of RGB (Red+Green+Blue) = 254+166+255=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 166 (65.23% from 255 or 24.59% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEA6FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA6FF is #015900. Grayscale: #CACACA. Windows color (decimal): -88321 or 16754430. OLE color: 16754430.
HSL color Cylindrical-coordinate representation of color #FEA6FF: hue angle of 299.33º 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 #FEA6FF is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 166 | 255 | - |
| CMYK | 0.00 | 0.35 | 0 | 0 |
| HSL | 299.33º | 1% | 0.83% | - |
| HSV(B) | 299.33º | 0.35% | 1% | - |
| XYZ | 72.56 | 55.56 | 101.51 | - |
| YUV | 202.46 | 157.65 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 255 | 0.00 | 0.35 | 0 | 0 | 299.33 | 1 | 0.83 |
| Hex | FE | A6 | FF | 0 | 23 | 0 | 0 | 12B | 64 | 53 |
| Octal | 376 | 246 | 377 | 0 | 43 | 0 | 0 | 453 | 144 | 123 |
| Binary | 11111110 | 10100110 | 11111111 | 0 | 100011 | 0 | 0 | 100101011 | 1100100 | 1010011 |
Color Harmonies of #FEA6FF
Complementary color
Monochromatic Colors of #FEA6FF
Black with #FEA6FF
Text Example
Text Example
White with #FEA6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA6FF; }
p { color: rgb(254,166,255); }
H1.HeaderClassName
{
color: #FEA6FF;
}
.AnyTagClassName
{
color: #FEA6FF;
}
</style>
background-color css
<style>
a { background-color: #FEA6FF; }
a { background-color: rgb(254,166,255); }
div.DivClassName
{
background-color: #FEA6FF;
}
.BgClassName
{
background-color: #FEA6FF;
}
</style>
border-color css
<style>
span { border-color: #FEA6FF; }
span { border-color: rgb(254,166,255); }
td.TdClassName
{
border-color: #FEA6FF;
}
.TagClassName
{
border-color: #FEA6FF;
}
</style>