#FEA9AD

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

Shades of Light Pink #FEA9AD

Tints of Light Pink #FEA9AD

Color information

#FEA9AD (or 0xFEA9AD) is unknown color: approx Light Pink. HEX triplet: FE, A9 and AD. RGB value is (254,169,173). Sum of RGB (Red+Green+Blue) = 254+169+173=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 169 (66.41% from 255 or 28.36% from 596); Blue value is 173 (67.97% from 255 or 29.03% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA9AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA9AD is #015652. Grayscale: #C2C2C2. Windows color (decimal): -87635 or 11381246. OLE color: 11381246.

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

Color convert

RGB254169173-
CMYK00.330.320.00
HSL357.18º97.7%82.94%-
HSV(B)357.18º33.46%99.61%-
XYZ62.652.4646.36-
YUV194.87115.66170.17-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.62%
GREEN value IS 169 (66.41% from 255) = 28.36%
BLUE value IS 173 (67.97% from 255) = 29.03%
R=42.62%
G=28.36%
B=29.03%

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
Decimal25416917300.330.320.00357.1897.782.94
HexFEA9AD0212001656253
Octal376251255041400545142123
Binary1111111010101001101011010100001100000010110010111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA9AD; }

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

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

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

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

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

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

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

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