#FEACD6

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

Shades of Lavender Pink #FEACD6

Tints of Lavender Pink #FEACD6

Color information

#FEACD6 (or 0xFEACD6) is unknown color: approx Lavender Pink. HEX triplet: FE, AC and D6. RGB value is (254,172,214). Sum of RGB (Red+Green+Blue) = 254+172+214=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 172 (67.58% from 255 or 26.88% from 640); Blue value is 214 (83.98% from 255 or 33.44% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEACD6 is #015329. Grayscale: #C9C9C9. Windows color (decimal): -86826 or 14068990. OLE color: 14068990.

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

Color convert

RGB254172214-
CMYK00.320.160.00
HSL329.27º97.62%83.53%-
HSV(B)329.27º32.28%99.61%-
XYZ67.7655.4370.75-
YUV201.31135.17165.58-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.69%
GREEN value IS 172 (67.58% from 255) = 26.88%
BLUE value IS 214 (83.98% from 255) = 33.44%
R=39.69%
G=26.88%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417221400.320.160.00329.2797.6283.53
HexFEACD60201001496254
Octal376254326040200511142124
Binary111111101010110011010110010000010000010100100111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEACD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEACD6; }

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

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

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

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

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

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

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

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