Shades of Lavender Rose #FEA0FB
Tints of Lavender Rose #FEA0FB
RGB
CMYK
RGB Variations
Color information
#FEA0FB (or 0xFEA0FB) is known color: Lavender Rose. HEX triplet: FE, A0 and FB. RGB value is (254,160,251). Sum of RGB (Red+Green+Blue) = 254+160+251=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 160 (62.89% from 255 or 24.06% from 665); Blue value is 251 (98.44% from 255 or 37.74% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA0FB is #015F04. Grayscale: #C6C6C6. Windows color (decimal): -89861 or 16490750. OLE color: 16490750.
HSL color Cylindrical-coordinate representation of color #FEA0FB: hue angle of 301.91º 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 #FEA0FB is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 251 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.00 |
| HSL | 301.91º | 0.98% | 0.81% | - |
| HSV(B) | 301.91º | 0.37% | 1% | - |
| XYZ | 70.86 | 53.18 | 97.8 | - |
| YUV | 198.48 | 157.64 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 251 | 0 | 0.37 | 0.01 | 0.00 | 301.91 | 0.98 | 0.81 |
| Hex | FE | A0 | FB | 0 | 25 | 1 | 0 | 12E | 62 | 51 |
| Octal | 376 | 240 | 373 | 0 | 45 | 1 | 0 | 456 | 142 | 121 |
| Binary | 11111110 | 10100000 | 11111011 | 0 | 100101 | 1 | 0 | 100101110 | 1100010 | 1010001 |
Color Harmonies of #FEA0FB
Complementary color
Monochromatic Colors of #FEA0FB
Black with #FEA0FB
Text Example
Text Example
White with #FEA0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA0FB; }
p { color: rgb(254,160,251); }
H1.HeaderClassName
{
color: #FEA0FB;
}
.AnyTagClassName
{
color: #FEA0FB;
}
</style>
background-color css
<style>
a { background-color: #FEA0FB; }
a { background-color: rgb(254,160,251); }
div.DivClassName
{
background-color: #FEA0FB;
}
.BgClassName
{
background-color: #FEA0FB;
}
</style>
border-color css
<style>
span { border-color: #FEA0FB; }
span { border-color: rgb(254,160,251); }
td.TdClassName
{
border-color: #FEA0FB;
}
.TagClassName
{
border-color: #FEA0FB;
}
</style>