#FEA1DC

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

Shades of Lavender Rose #FEA1DC

Tints of Lavender Rose #FEA1DC

Color information

#FEA1DC (or 0xFEA1DC) is unknown color: approx Lavender Rose. HEX triplet: FE, A1 and DC. RGB value is (254,161,220). Sum of RGB (Red+Green+Blue) = 254+161+220=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 161 (63.28% from 255 or 25.35% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA1DC is #015E23. Grayscale: #C3C3C3. Windows color (decimal): -89636 or 14459390. OLE color: 14459390.

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

Color convert

RGB254161220-
CMYK00.370.130.00
HSL321.94º97.89%81.37%-
HSV(B)321.94º36.61%99.61%-
XYZ66.5451.7374.19-
YUV195.53141.81169.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40%
GREEN value IS 161 (63.28% from 255) = 25.35%
BLUE value IS 220 (86.33% from 255) = 34.65%
R=40%
G=25.35%
B=34.65%

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
Decimal25416122000.370.130.00321.9497.8981.37
HexFEA1DC025D01426251
Octal376241334045150502142121
Binary11111110101000011101110001001011101010100001011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA1DC; }

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

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

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

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

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

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

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

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