#FEAAD7

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

Shades of Lavender Pink #FEAAD7

Tints of Lavender Pink #FEAAD7

Color information

#FEAAD7 (or 0xFEAAD7) is unknown color: approx Lavender Pink. HEX triplet: FE, AA and D7. RGB value is (254,170,215). Sum of RGB (Red+Green+Blue) = 254+170+215=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 170 (66.80% from 255 or 26.60% from 639); Blue value is 215 (84.38% from 255 or 33.65% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAAD7 is #015528. Grayscale: #C8C8C8. Windows color (decimal): -87337 or 14134014. OLE color: 14134014.

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

Color convert

RGB254170215-
CMYK00.330.150.00
HSL327.86º97.67%83.14%-
HSV(B)327.86º33.07%99.61%-
XYZ67.5154.7371.29-
YUV200.25136.33166.34-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.75%
GREEN value IS 170 (66.80% from 255) = 26.60%
BLUE value IS 215 (84.38% from 255) = 33.65%
R=39.75%
G=26.60%
B=33.65%

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
Decimal25417021500.330.150.00327.8697.6783.14
HexFEAAD7021F01486253
Octal376252327041170510142123
Binary11111110101010101101011101000011111010100100011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAAD7; }

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

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

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

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

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

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

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

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