#FEA3FD

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

Shades of Lavender Rose #FEA3FD

Tints of Lavender Rose #FEA3FD

Color information

#FEA3FD (or 0xFEA3FD) is unknown color: approx Lavender Rose. HEX triplet: FE, A3 and FD. RGB value is (254,163,253). Sum of RGB (Red+Green+Blue) = 254+163+253=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 163 (64.06% from 255 or 24.33% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA3FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA3FD is #015C02. Grayscale: #C8C8C8. Windows color (decimal): -89091 or 16622590. OLE color: 16622590.

HSL color Cylindrical-coordinate representation of color #FEA3FD: hue angle of 300.66º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEA3FD is Cyan = 0, Magento = 0.36, Yellow = 0.00 and Black (K on CMYK) = 0.00.

Color convert

RGB254163253-
CMYK00.360.000.00
HSL300.66º97.85%81.76%-
HSV(B)300.66º35.83%99.61%-
XYZ71.754.3699.64-
YUV200.47157.65166.18-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.91%
GREEN value IS 163 (64.06% from 255) = 24.33%
BLUE value IS 253 (99.22% from 255) = 37.76%
R=37.91%
G=24.33%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416325300.360.000.00300.6697.8581.76
HexFEA3FD0240012d6252
Octal37624337504400455142122
Binary11111110101000111111110101001000010010110111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA3FD; }

 p { color: rgb(254,163,253); }

 H1.HeaderClassName
 {
   color: #FEA3FD;
 }
 .AnyTagClassName
 {
   color: #FEA3FD;
 }
</style>
background-color css

<style>
 a { background-color: #FEA3FD; }

 a { background-color: rgb(254,163,253); }

 div.DivClassName
 {
   background-color: #FEA3FD;
 }
 .BgClassName
 {
   background-color: #FEA3FD;
 }
</style>
border-color css

<style>
 span { border-color: #FEA3FD; }

 span { border-color: rgb(254,163,253); }

 td.TdClassName
 {
   border-color: #FEA3FD;
 }
 .TagClassName
 {
   border-color: #FEA3FD;
 }
</style>