#FEAAD8

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

Shades of Lavender Pink #FEAAD8

Tints of Lavender Pink #FEAAD8

Color information

#FEAAD8 (or 0xFEAAD8) is unknown color: approx Lavender Pink. HEX triplet: FE, AA and D8. RGB value is (254,170,216). Sum of RGB (Red+Green+Blue) = 254+170+216=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 170 (66.80% from 255 or 26.56% from 640); Blue value is 216 (84.77% from 255 or 33.75% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAAD8 is #015527. Grayscale: #C8C8C8. Windows color (decimal): -87336 or 14199550. OLE color: 14199550.

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

Color convert

RGB254170216-
CMYK00.330.150.00
HSL327.14º97.67%83.14%-
HSV(B)327.14º33.07%99.61%-
XYZ67.6454.7871.97-
YUV200.36136.83166.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.69%
GREEN value IS 170 (66.80% from 255) = 26.56%
BLUE value IS 216 (84.77% from 255) = 33.75%
R=39.69%
G=26.56%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417021600.330.150.00327.1497.6783.14
HexFEAAD8021F01476253
Octal376252330041170507142123
Binary11111110101010101101100001000011111010100011111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAAD8; }

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

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

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

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

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

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

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

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