#FEA9AC

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

Shades of Light Pink #FEA9AC

Tints of Light Pink #FEA9AC

Color information

#FEA9AC (or 0xFEA9AC) is unknown color: approx Light Pink. HEX triplet: FE, A9 and AC. RGB value is (254,169,172). Sum of RGB (Red+Green+Blue) = 254+169+172=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 169 (66.41% from 255 or 28.40% from 595); Blue value is 172 (67.58% from 255 or 28.91% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA9AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA9AC is #015653. Grayscale: #C2C2C2. Windows color (decimal): -87636 or 11315710. OLE color: 11315710.

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

Color convert

RGB254169172-
CMYK00.330.320.00
HSL357.88º97.7%82.94%-
HSV(B)357.88º33.46%99.61%-
XYZ62.5152.4345.85-
YUV194.76115.16170.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.69%
GREEN value IS 169 (66.41% from 255) = 28.40%
BLUE value IS 172 (67.58% from 255) = 28.91%
R=42.69%
G=28.40%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416917200.330.320.00357.8897.782.94
HexFEA9AC0212001666253
Octal376251254041400546142123
Binary1111111010101001101011000100001100000010110011011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA9AC; }

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

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

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

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

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

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

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

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