#FEA5E5

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

Shades of Lavender Rose #FEA5E5

Tints of Lavender Rose #FEA5E5

Color information

#FEA5E5 (or 0xFEA5E5) is unknown color: approx Lavender Rose. HEX triplet: FE, A5 and E5. RGB value is (254,165,229). Sum of RGB (Red+Green+Blue) = 254+165+229=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 165 (64.84% from 255 or 25.46% from 648); Blue value is 229 (89.84% from 255 or 35.34% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA5E5 is #015A1A. Grayscale: #C6C6C6. Windows color (decimal): -88603 or 15050238. OLE color: 15050238.

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

Color convert

RGB254165229-
CMYK00.350.100.00
HSL316.85º97.8%82.16%-
HSV(B)316.85º35.04%99.61%-
XYZ68.4753.6480.87-
YUV198.91144.99167.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.20%
GREEN value IS 165 (64.84% from 255) = 25.46%
BLUE value IS 229 (89.84% from 255) = 35.34%
R=39.20%
G=25.46%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416522900.350.100.00316.8597.882.16
HexFEA5E5023A013d6252
Octal376245345043120475142122
Binary11111110101001011110010101000111010010011110111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA5E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA5E5; }

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

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

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

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

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

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

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

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