#FEA1D3

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

Shades of Lavender Pink #FEA1D3

Tints of Lavender Pink #FEA1D3

Color information

#FEA1D3 (or 0xFEA1D3) is unknown color: approx Lavender Pink. HEX triplet: FE, A1 and D3. RGB value is (254,161,211). Sum of RGB (Red+Green+Blue) = 254+161+211=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 161 (63.28% from 255 or 25.72% from 626); Blue value is 211 (82.81% from 255 or 33.71% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA1D3 is #015E2C. Grayscale: #C2C2C2. Windows color (decimal): -89645 or 13869566. OLE color: 13869566.

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

Color convert

RGB254161211-
CMYK00.370.170.00
HSL327.74º97.89%81.37%-
HSV(B)327.74º36.61%99.61%-
XYZ65.3851.2668.08-
YUV194.51137.31170.43-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.58%
GREEN value IS 161 (63.28% from 255) = 25.72%
BLUE value IS 211 (82.81% from 255) = 33.71%
R=40.58%
G=25.72%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416121100.370.170.00327.7497.8981.37
HexFEA1D30251101486251
Octal376241323045210510142121
Binary111111101010000111010011010010110001010100100011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA1D3; }

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

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

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

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

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

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

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

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