#FEADAE

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

Shades of Light Pink #FEADAE

Tints of Light Pink #FEADAE

Color information

#FEADAE (or 0xFEADAE) is unknown color: approx Light Pink. HEX triplet: FE, AD and AE. RGB value is (254,173,174). Sum of RGB (Red+Green+Blue) = 254+173+174=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 173 (67.97% from 255 or 28.79% from 601); Blue value is 174 (68.36% from 255 or 28.95% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEADAE is #015251. Grayscale: #C5C5C5. Windows color (decimal): -86610 or 11447806. OLE color: 11447806.

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

Color convert

RGB254173174-
CMYK00.320.310.00
HSL359.26º97.59%83.73%-
HSV(B)359.26º31.89%99.61%-
XYZ63.4654.0147.13-
YUV197.33114.84168.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.26%
GREEN value IS 173 (67.97% from 255) = 28.79%
BLUE value IS 174 (68.36% from 255) = 28.95%
R=42.26%
G=28.79%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417317400.320.310.00359.2697.5983.73
HexFEADAE0201F01676254
Octal376255256040370547142124
Binary111111101010110110101110010000011111010110011111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEADAE; }

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

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

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

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

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

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

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

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