#FEA3ED

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

Shades of Lavender Rose #FEA3ED

Tints of Lavender Rose #FEA3ED

Color information

#FEA3ED (or 0xFEA3ED) is unknown color: approx Lavender Rose. HEX triplet: FE, A3 and ED. RGB value is (254,163,237). Sum of RGB (Red+Green+Blue) = 254+163+237=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 163 (64.06% from 255 or 24.92% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA3ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA3ED is #015C12. Grayscale: #C6C6C6. Windows color (decimal): -89107 or 15574014. OLE color: 15574014.

HSL color Cylindrical-coordinate representation of color #FEA3ED: hue angle of 311.21º 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 #FEA3ED is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB254163237-
CMYK00.360.070.00
HSL311.21º97.85%81.76%-
HSV(B)311.21º35.83%99.61%-
XYZ69.2653.3886.77-
YUV198.64149.65167.48-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.84%
GREEN value IS 163 (64.06% from 255) = 24.92%
BLUE value IS 237 (92.97% from 255) = 36.24%
R=38.84%
G=24.92%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416323700.360.070.00311.2197.8581.76
HexFEA3ED024701376252
Octal37624335504470467142122
Binary1111111010100011111011010100100111010011011111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA3ED; }

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

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

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

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

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

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

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

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