#FEA8A9

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

Shades of Light Pink #FEA8A9

Tints of Light Pink #FEA8A9

Color information

#FEA8A9 (or 0xFEA8A9) is unknown color: approx Light Pink. HEX triplet: FE, A8 and A9. RGB value is (254,168,169). Sum of RGB (Red+Green+Blue) = 254+168+169=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 168 (66.02% from 255 or 28.43% from 591); Blue value is 169 (66.41% from 255 or 28.60% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA8A9 is #015756. Grayscale: #C1C1C1. Windows color (decimal): -87895 or 11118846. OLE color: 11118846.

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

Color convert

RGB254168169-
CMYK00.340.330.00
HSL359.3º97.73%82.75%-
HSV(B)359.3º33.86%99.61%-
XYZ62.0451.9444.29-
YUV193.83113.99170.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.98%
GREEN value IS 168 (66.02% from 255) = 28.43%
BLUE value IS 169 (66.41% from 255) = 28.60%
R=42.98%
G=28.43%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416816900.340.330.00359.397.7382.75
HexFEA8A90222101676253
Octal376250251042410547142123
Binary1111111010101000101010010100010100001010110011111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA8A9; }

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

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

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

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

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

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

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

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