#FEA9AE

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

Shades of Light Pink #FEA9AE

Tints of Light Pink #FEA9AE

Color information

#FEA9AE (or 0xFEA9AE) is unknown color: approx Light Pink. HEX triplet: FE, A9 and AE. RGB value is (254,169,174). Sum of RGB (Red+Green+Blue) = 254+169+174=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 169 (66.41% from 255 or 28.31% from 597); Blue value is 174 (68.36% from 255 or 29.15% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA9AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA9AE is #015651. Grayscale: #C3C3C3. Windows color (decimal): -87634 or 11446782. OLE color: 11446782.

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

Color convert

RGB254169174-
CMYK00.330.310.00
HSL356.47º97.7%82.94%-
HSV(B)356.47º33.46%99.61%-
XYZ62.752.546.87-
YUV194.98116.16170.09-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.55%
GREEN value IS 169 (66.41% from 255) = 28.31%
BLUE value IS 174 (68.36% from 255) = 29.15%
R=42.55%
G=28.31%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416917400.330.310.00356.4797.782.94
HexFEA9AE0211F01646253
Octal376251256041370544142123
Binary111111101010100110101110010000111111010110010011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA9AE; }

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

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

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

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

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

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

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

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