#FEA1ED

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

Shades of Lavender Rose #FEA1ED

Tints of Lavender Rose #FEA1ED

Color information

#FEA1ED (or 0xFEA1ED) is unknown color: approx Lavender Rose. HEX triplet: FE, A1 and ED. RGB value is (254,161,237). Sum of RGB (Red+Green+Blue) = 254+161+237=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 161 (63.28% from 255 or 24.69% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA1ED is #015E12. Grayscale: #C5C5C5. Windows color (decimal): -89619 or 15573502. OLE color: 15573502.

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

Color convert

RGB254161237-
CMYK00.370.070.00
HSL310.97º97.89%81.37%-
HSV(B)310.97º36.61%99.61%-
XYZ68.952.6786.66-
YUV197.47150.31168.32-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.96%
GREEN value IS 161 (63.28% from 255) = 24.69%
BLUE value IS 237 (92.97% from 255) = 36.35%
R=38.96%
G=24.69%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416123700.370.070.00310.9797.8981.37
HexFEA1ED025701376251
Octal37624135504570467142121
Binary1111111010100001111011010100101111010011011111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA1ED; }

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

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

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

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

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

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

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

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