#feaad6

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

Shades of Lavender Pink #FEAAD6

Tints of Lavender Pink #FEAAD6

Color information

#FEAAD6 (or 0xFEAAD6) is unknown color: approx Lavender Pink. HEX triplet: FE, AA and D6. RGB value is (254,170,214). Sum of RGB (Red+Green+Blue) = 254+170+214=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 170 (66.80% from 255 or 26.65% from 638); Blue value is 214 (83.98% from 255 or 33.54% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAAD6 is #015529. Grayscale: #C8C8C8. Windows color (decimal): -87338 or 14068478. OLE color: 14068478.

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

Color convert

RGB254170214-
CMYK00.330.160.00
HSL328.57º97.67%83.14%-
HSV(B)328.57º33.07%99.61%-
XYZ67.3954.6870.62-
YUV200.13135.83166.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.81%
GREEN value IS 170 (66.80% from 255) = 26.65%
BLUE value IS 214 (83.98% from 255) = 33.54%
R=39.81%
G=26.65%
B=33.54%

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
Decimal25417021400.330.160.00328.5797.6783.14
HexFEAAD60211001496253
Octal376252326041200511142123
Binary111111101010101011010110010000110000010100100111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #feaad6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #feaad6; }

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

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

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

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

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

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

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

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