#FEA6DA

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

Shades of Lavender Pink #FEA6DA

Tints of Lavender Pink #FEA6DA

Color information

#FEA6DA (or 0xFEA6DA) is unknown color: approx Lavender Pink. HEX triplet: FE, A6 and DA. RGB value is (254,166,218). Sum of RGB (Red+Green+Blue) = 254+166+218=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 166 (65.23% from 255 or 26.02% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA6DA is #015925. Grayscale: #C6C6C6. Windows color (decimal): -88358 or 14329598. OLE color: 14329598.

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

Color convert

RGB254166218-
CMYK00.350.140.00
HSL324.55º97.78%82.35%-
HSV(B)324.55º34.65%99.61%-
XYZ67.1653.4173.1-
YUV198.24139.15167.77-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.81%
GREEN value IS 166 (65.23% from 255) = 26.02%
BLUE value IS 218 (85.55% from 255) = 34.17%
R=39.81%
G=26.02%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416621800.350.140.00324.5597.7882.35
HexFEA6DA023E01456252
Octal376246332043160505142122
Binary11111110101001101101101001000111110010100010111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA6DA; }

 p { color: rgb(254,166,218); }

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

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

 a { background-color: rgb(254,166,218); }

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

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

 span { border-color: rgb(254,166,218); }

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