Shades of Lavender Rose #FEA0FD
Tints of Lavender Rose #FEA0FD
RGB
CMYK
RGB Variations
Color information
#FEA0FD (or 0xFEA0FD) is known color: Lavender Rose. HEX triplet: FE, A0 and FD. RGB value is (254,160,253). Sum of RGB (Red+Green+Blue) = 254+160+253=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 160 (62.89% from 255 or 23.99% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA0FD is #015F02. Grayscale: #C6C6C6. Windows color (decimal): -89859 or 16621822. OLE color: 16621822.
HSL color Cylindrical-coordinate representation of color #FEA0FD: hue angle of 300.64º 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 #FEA0FD is Cyan = 0, Magento = 0.37, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 253 | - |
| CMYK | 0 | 0.37 | 0.00 | 0.00 |
| HSL | 300.64º | 0.98% | 0.81% | - |
| HSV(B) | 300.64º | 0.37% | 1% | - |
| XYZ | 71.17 | 53.3 | 99.47 | - |
| YUV | 198.71 | 158.64 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 253 | 0 | 0.37 | 0.00 | 0.00 | 300.64 | 0.98 | 0.81 |
| Hex | FE | A0 | FD | 0 | 25 | 0 | 0 | 12D | 62 | 51 |
| Octal | 376 | 240 | 375 | 0 | 45 | 0 | 0 | 455 | 142 | 121 |
| Binary | 11111110 | 10100000 | 11111101 | 0 | 100101 | 0 | 0 | 100101101 | 1100010 | 1010001 |
Color Harmonies of #FEA0FD
Complementary color
Monochromatic Colors of #FEA0FD
Black with #FEA0FD
Text Example
Text Example
White with #FEA0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA0FD; }
p { color: rgb(254,160,253); }
H1.HeaderClassName
{
color: #FEA0FD;
}
.AnyTagClassName
{
color: #FEA0FD;
}
</style>
background-color css
<style>
a { background-color: #FEA0FD; }
a { background-color: rgb(254,160,253); }
div.DivClassName
{
background-color: #FEA0FD;
}
.BgClassName
{
background-color: #FEA0FD;
}
</style>
border-color css
<style>
span { border-color: #FEA0FD; }
span { border-color: rgb(254,160,253); }
td.TdClassName
{
border-color: #FEA0FD;
}
.TagClassName
{
border-color: #FEA0FD;
}
</style>