#FEAED4

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

Shades of Lavender Pink #FEAED4

Tints of Lavender Pink #FEAED4

Color information

#FEAED4 (or 0xFEAED4) is unknown color: approx Lavender Pink. HEX triplet: FE, AE and D4. RGB value is (254,174,212). Sum of RGB (Red+Green+Blue) = 254+174+212=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 174 (68.36% from 255 or 27.19% from 640); Blue value is 212 (83.20% from 255 or 33.12% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAED4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAED4 is #01512B. Grayscale: #CACACA. Windows color (decimal): -86316 or 13938430. OLE color: 13938430.

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

Color convert

RGB254174212-
CMYK00.310.170.00
HSL331.5º97.56%83.92%-
HSV(B)331.5º31.5%99.61%-
XYZ67.8956.169.54-
YUV202.25133.5164.91-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.69%
GREEN value IS 174 (68.36% from 255) = 27.19%
BLUE value IS 212 (83.20% from 255) = 33.12%
R=39.69%
G=27.19%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417421200.310.170.00331.597.5683.92
HexFEAED401F11014c6254
Octal376256324037210514142124
Binary11111110101011101101010001111110001010100110011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAED4; }

 p { color: rgb(254,174,212); }

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

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

 a { background-color: rgb(254,174,212); }

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

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

 span { border-color: rgb(254,174,212); }

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