#FEA5ED

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

Shades of Lavender Rose #FEA5ED

Tints of Lavender Rose #FEA5ED

Color information

#FEA5ED (or 0xFEA5ED) is unknown color: approx Lavender Rose. HEX triplet: FE, A5 and ED. RGB value is (254,165,237). Sum of RGB (Red+Green+Blue) = 254+165+237=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 165 (64.84% from 255 or 25.15% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA5ED is #015A12. Grayscale: #C7C7C7. Windows color (decimal): -88595 or 15574526. OLE color: 15574526.

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

Color convert

RGB254165237-
CMYK00.350.070.00
HSL311.46º97.8%82.16%-
HSV(B)311.46º35.04%99.61%-
XYZ69.6154.186.89-
YUV199.82148.99166.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.72%
GREEN value IS 165 (64.84% from 255) = 25.15%
BLUE value IS 237 (92.97% from 255) = 36.13%
R=38.72%
G=25.15%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416523700.350.070.00311.4697.882.16
HexFEA5ED023701376252
Octal37624535504370467142122
Binary1111111010100101111011010100011111010011011111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA5ED; }

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

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

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

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

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

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

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

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