Shades of Lavender Rose #FEA6FA
Tints of Lavender Rose #FEA6FA
RGB
CMYK
RGB Variations
Color information
#FEA6FA (or 0xFEA6FA) is known color: Lavender Rose. HEX triplet: FE, A6 and FA. RGB value is (254,166,250). Sum of RGB (Red+Green+Blue) = 254+166+250=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 166 (65.23% from 255 or 24.78% from 670); Blue value is 250 (98.05% from 255 or 37.31% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA6FA is #015905. Grayscale: #C9C9C9. Windows color (decimal): -88326 or 16426750. OLE color: 16426750.
HSL color Cylindrical-coordinate representation of color #FEA6FA: hue angle of 302.73º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEA6FA is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 250 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.00 |
| HSL | 302.73º | 0.98% | 0.82% | - |
| HSV(B) | 302.73º | 0.35% | 1% | - |
| XYZ | 71.76 | 55.25 | 97.32 | - |
| YUV | 201.89 | 155.15 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 250 | 0 | 0.35 | 0.02 | 0.00 | 302.73 | 0.98 | 0.82 |
| Hex | FE | A6 | FA | 0 | 23 | 2 | 0 | 12F | 62 | 52 |
| Octal | 376 | 246 | 372 | 0 | 43 | 2 | 0 | 457 | 142 | 122 |
| Binary | 11111110 | 10100110 | 11111010 | 0 | 100011 | 10 | 0 | 100101111 | 1100010 | 1010010 |
Color Harmonies of #FEA6FA
Complementary color
Monochromatic Colors of #FEA6FA
Black with #FEA6FA
Text Example
Text Example
White with #FEA6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA6FA; }
p { color: rgb(254,166,250); }
H1.HeaderClassName
{
color: #FEA6FA;
}
.AnyTagClassName
{
color: #FEA6FA;
}
</style>
background-color css
<style>
a { background-color: #FEA6FA; }
a { background-color: rgb(254,166,250); }
div.DivClassName
{
background-color: #FEA6FA;
}
.BgClassName
{
background-color: #FEA6FA;
}
</style>
border-color css
<style>
span { border-color: #FEA6FA; }
span { border-color: rgb(254,166,250); }
td.TdClassName
{
border-color: #FEA6FA;
}
.TagClassName
{
border-color: #FEA6FA;
}
</style>