#FEA5E0

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

Shades of Lavender Rose #FEA5E0

Tints of Lavender Rose #FEA5E0

Color information

#FEA5E0 (or 0xFEA5E0) is unknown color: approx Lavender Rose. HEX triplet: FE, A5 and E0. RGB value is (254,165,224). Sum of RGB (Red+Green+Blue) = 254+165+224=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 165 (64.84% from 255 or 25.66% from 643); Blue value is 224 (87.89% from 255 or 34.84% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA5E0 is #015A1F. Grayscale: #C6C6C6. Windows color (decimal): -88608 or 14722558. OLE color: 14722558.

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

Color convert

RGB254165224-
CMYK00.350.120.00
HSL320.22º97.8%82.16%-
HSV(B)320.22º35.04%99.61%-
XYZ67.7853.3677.25-
YUV198.34142.49167.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.50%
GREEN value IS 165 (64.84% from 255) = 25.66%
BLUE value IS 224 (87.89% from 255) = 34.84%
R=39.50%
G=25.66%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416522400.350.120.00320.2297.882.16
HexFEA5E0023C01406252
Octal376245340043140500142122
Binary11111110101001011110000001000111100010100000011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA5E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA5E0; }

 p { color: rgb(254,165,224); }

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

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

 a { background-color: rgb(254,165,224); }

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

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

 span { border-color: rgb(254,165,224); }

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