#FEA9B6

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

Shades of Light Pink #FEA9B6

Tints of Light Pink #FEA9B6

Color information

#FEA9B6 (or 0xFEA9B6) is unknown color: approx Light Pink. HEX triplet: FE, A9 and B6. RGB value is (254,169,182). Sum of RGB (Red+Green+Blue) = 254+169+182=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 169 (66.41% from 255 or 27.93% from 605); Blue value is 182 (71.48% from 255 or 30.08% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA9B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA9B6 is #015649. Grayscale: #C3C3C3. Windows color (decimal): -87626 or 11971070. OLE color: 11971070.

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

Color convert

RGB254169182-
CMYK00.330.280.00
HSL350.82º97.7%82.94%-
HSV(B)350.82º33.46%99.61%-
XYZ63.552.8251.1-
YUV195.9120.16169.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.98%
GREEN value IS 169 (66.41% from 255) = 27.93%
BLUE value IS 182 (71.48% from 255) = 30.08%
R=41.98%
G=27.93%
B=30.08%

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
Decimal25416918200.330.280.00350.8297.782.94
HexFEA9B60211C015f6253
Octal376251266041340537142123
Binary111111101010100110110110010000111100010101111111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA9B6; }

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

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

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

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

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

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

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

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