#FEA1DE

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

Shades of Lavender Rose #FEA1DE

Tints of Lavender Rose #FEA1DE

Color information

#FEA1DE (or 0xFEA1DE) is unknown color: approx Lavender Rose. HEX triplet: FE, A1 and DE. RGB value is (254,161,222). Sum of RGB (Red+Green+Blue) = 254+161+222=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 161 (63.28% from 255 or 25.27% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA1DE is #015E21. Grayscale: #C3C3C3. Windows color (decimal): -89634 or 14590462. OLE color: 14590462.

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

Color convert

RGB254161222-
CMYK00.370.130.00
HSL320.65º97.89%81.37%-
HSV(B)320.65º36.61%99.61%-
XYZ66.851.8375.59-
YUV195.76142.81169.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.87%
GREEN value IS 161 (63.28% from 255) = 25.27%
BLUE value IS 222 (87.11% from 255) = 34.85%
R=39.87%
G=25.27%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416122200.370.130.00320.6597.8981.37
HexFEA1DE025D01416251
Octal376241336045150501142121
Binary11111110101000011101111001001011101010100000111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA1DE; }

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

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

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

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

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

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

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

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