#FEA7AE

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

Shades of Light Pink #FEA7AE

Tints of Light Pink #FEA7AE

Color information

#FEA7AE (or 0xFEA7AE) is unknown color: approx Light Pink. HEX triplet: FE, A7 and AE. RGB value is (254,167,174). Sum of RGB (Red+Green+Blue) = 254+167+174=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 167 (65.62% from 255 or 28.07% from 595); Blue value is 174 (68.36% from 255 or 29.24% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA7AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA7AE is #015851. Grayscale: #C1C1C1. Windows color (decimal): -88146 or 11446270. OLE color: 11446270.

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

Color convert

RGB254167174-
CMYK00.340.310.00
HSL355.17º97.75%82.55%-
HSV(B)355.17º34.25%99.61%-
XYZ62.3351.7646.75-
YUV193.81116.82170.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.69%
GREEN value IS 167 (65.62% from 255) = 28.07%
BLUE value IS 174 (68.36% from 255) = 29.24%
R=42.69%
G=28.07%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416717400.340.310.00355.1797.7582.55
HexFEA7AE0221F01636253
Octal376247256042370543142123
Binary111111101010011110101110010001011111010110001111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA7AE; }

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

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

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

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

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

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

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

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