Shades of Lavender Rose #FEA0F6
Tints of Lavender Rose #FEA0F6
RGB
CMYK
RGB Variations
Color information
#FEA0F6 (or 0xFEA0F6) is known color: Lavender Rose. HEX triplet: FE, A0 and F6. RGB value is (254,160,246). Sum of RGB (Red+Green+Blue) = 254+160+246=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 160 (62.89% from 255 or 24.24% from 660); Blue value is 246 (96.48% from 255 or 37.27% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA0F6 is #015F09. Grayscale: #C5C5C5. Windows color (decimal): -89866 or 16163070. OLE color: 16163070.
HSL color Cylindrical-coordinate representation of color #FEA0F6: hue angle of 305.11º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEA0F6 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 246 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.00 |
| HSL | 305.11º | 0.98% | 0.81% | - |
| HSV(B) | 305.11º | 0.37% | 1% | - |
| XYZ | 70.08 | 52.87 | 93.7 | - |
| YUV | 197.91 | 155.14 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 246 | 0 | 0.37 | 0.03 | 0.00 | 305.11 | 0.98 | 0.81 |
| Hex | FE | A0 | F6 | 0 | 25 | 3 | 0 | 131 | 62 | 51 |
| Octal | 376 | 240 | 366 | 0 | 45 | 3 | 0 | 461 | 142 | 121 |
| Binary | 11111110 | 10100000 | 11110110 | 0 | 100101 | 11 | 0 | 100110001 | 1100010 | 1010001 |
Color Harmonies of #FEA0F6
Complementary color
Monochromatic Colors of #FEA0F6
Black with #FEA0F6
Text Example
Text Example
White with #FEA0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA0F6; }
p { color: rgb(254,160,246); }
H1.HeaderClassName
{
color: #FEA0F6;
}
.AnyTagClassName
{
color: #FEA0F6;
}
</style>
background-color css
<style>
a { background-color: #FEA0F6; }
a { background-color: rgb(254,160,246); }
div.DivClassName
{
background-color: #FEA0F6;
}
.BgClassName
{
background-color: #FEA0F6;
}
</style>
border-color css
<style>
span { border-color: #FEA0F6; }
span { border-color: rgb(254,160,246); }
td.TdClassName
{
border-color: #FEA0F6;
}
.TagClassName
{
border-color: #FEA0F6;
}
</style>