#FEA9B7

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

Shades of Light Pink #FEA9B7

Tints of Light Pink #FEA9B7

Color information

#FEA9B7 (or 0xFEA9B7) is unknown color: approx Light Pink. HEX triplet: FE, A9 and B7. RGB value is (254,169,183). Sum of RGB (Red+Green+Blue) = 254+169+183=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 169 (66.41% from 255 or 27.89% from 606); Blue value is 183 (71.88% from 255 or 30.20% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA9B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA9B7 is #015648. Grayscale: #C4C4C4. Windows color (decimal): -87625 or 12036606. OLE color: 12036606.

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

Color convert

RGB254169183-
CMYK00.330.280.00
HSL350.12º97.7%82.94%-
HSV(B)350.12º33.46%99.61%-
XYZ63.6152.8751.65-
YUV196.01120.66169.36-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.91%
GREEN value IS 169 (66.41% from 255) = 27.89%
BLUE value IS 183 (71.88% from 255) = 30.20%
R=41.91%
G=27.89%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416918300.330.280.00350.1297.782.94
HexFEA9B70211C015e6253
Octal376251267041340536142123
Binary111111101010100110110111010000111100010101111011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA9B7; }

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

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

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

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

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

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

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

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