#FEACD7

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

Shades of Lavender Pink #FEACD7

Tints of Lavender Pink #FEACD7

Color information

#FEACD7 (or 0xFEACD7) is unknown color: approx Lavender Pink. HEX triplet: FE, AC and D7. RGB value is (254,172,215). Sum of RGB (Red+Green+Blue) = 254+172+215=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 172 (67.58% from 255 or 26.83% from 641); Blue value is 215 (84.38% from 255 or 33.54% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEACD7 is #015328. Grayscale: #C9C9C9. Windows color (decimal): -86825 or 14134526. OLE color: 14134526.

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

Color convert

RGB254172215-
CMYK00.320.150.00
HSL328.54º97.62%83.53%-
HSV(B)328.54º32.28%99.61%-
XYZ67.8955.4871.42-
YUV201.42135.67165.5-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.63%
GREEN value IS 172 (67.58% from 255) = 26.83%
BLUE value IS 215 (84.38% from 255) = 33.54%
R=39.63%
G=26.83%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417221500.320.150.00328.5497.6283.53
HexFEACD7020F01496254
Octal376254327040170511142124
Binary11111110101011001101011101000001111010100100111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEACD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEACD7; }

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

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

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

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

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

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

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

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