#FEA0FD

Color #FEA0FD Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #FEA0FD

Tints of Lavender Rose #FEA0FD

Color information

#FEA0FD (or 0xFEA0FD) is unknown color: approx 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

RGB254160253-
CMYK00.370.000.00
HSL300.64º97.92%81.18%-
HSV(B)300.64º37.01%99.61%-
XYZ71.1753.399.47-
YUV198.71158.64167.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 38.08%
GREEN value IS 160 (62.89% from 255) = 23.99%
BLUE value IS 253 (99.22% from 255) = 37.93%
R=38.08%
G=23.99%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416025300.370.000.00300.6497.9281.18
HexFEA0FD0250012d6251
Octal37624037504500455142121
Binary11111110101000001111110101001010010010110111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>