#FEA5B9

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

Shades of Light Pink #FEA5B9

Tints of Light Pink #FEA5B9

Color information

#FEA5B9 (or 0xFEA5B9) is unknown color: approx Light Pink. HEX triplet: FE, A5 and B9. RGB value is (254,165,185). Sum of RGB (Red+Green+Blue) = 254+165+185=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 165 (64.84% from 255 or 27.32% from 604); Blue value is 185 (72.66% from 255 or 30.63% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA5B9 is #015A46. Grayscale: #C1C1C1. Windows color (decimal): -88647 or 12166654. OLE color: 12166654.

HSL color Cylindrical-coordinate representation of color #FEA5B9: hue angle of 346.52º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEA5B9 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB254165185-
CMYK00.350.270.00
HSL346.52º97.8%82.16%-
HSV(B)346.52º35.04%99.61%-
XYZ63.0951.4852.51-
YUV193.89122.99170.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.05%
GREEN value IS 165 (64.84% from 255) = 27.32%
BLUE value IS 185 (72.66% from 255) = 30.63%
R=42.05%
G=27.32%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416518500.350.270.00346.5297.882.16
HexFEA5B90231B015b6252
Octal376245271043330533142122
Binary111111101010010110111001010001111011010101101111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA5B9; }

 p { color: rgb(254,165,185); }

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

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

 a { background-color: rgb(254,165,185); }

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

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

 span { border-color: rgb(254,165,185); }

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