#FEAAD5

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

Shades of Lavender Pink #FEAAD5

Tints of Lavender Pink #FEAAD5

Color information

#FEAAD5 (or 0xFEAAD5) is unknown color: approx Lavender Pink. HEX triplet: FE, AA and D5. RGB value is (254,170,213). Sum of RGB (Red+Green+Blue) = 254+170+213=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 170 (66.80% from 255 or 26.69% from 637); Blue value is 213 (83.59% from 255 or 33.44% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAAD5 is #01552A. Grayscale: #C7C7C7. Windows color (decimal): -87339 or 14002942. OLE color: 14002942.

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

Color convert

RGB254170213-
CMYK00.330.160.00
HSL329.29º97.67%83.14%-
HSV(B)329.29º33.07%99.61%-
XYZ67.2654.6269.95-
YUV200.02135.33166.5-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.87%
GREEN value IS 170 (66.80% from 255) = 26.69%
BLUE value IS 213 (83.59% from 255) = 33.44%
R=39.87%
G=26.69%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417021300.330.160.00329.2997.6783.14
HexFEAAD50211001496253
Octal376252325041200511142123
Binary111111101010101011010101010000110000010100100111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAAD5; }

 p { color: rgb(254,170,213); }

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

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

 a { background-color: rgb(254,170,213); }

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

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

 span { border-color: rgb(254,170,213); }

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