#FEA5B4

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

Shades of Light Pink #FEA5B4

Tints of Light Pink #FEA5B4

Color information

#FEA5B4 (or 0xFEA5B4) is unknown color: approx Light Pink. HEX triplet: FE, A5 and B4. RGB value is (254,165,180). Sum of RGB (Red+Green+Blue) = 254+165+180=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 165 (64.84% from 255 or 27.55% from 599); Blue value is 180 (70.70% from 255 or 30.05% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA5B4 is #015A4B. Grayscale: #C1C1C1. Windows color (decimal): -88652 or 11838974. OLE color: 11838974.

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

Color convert

RGB254165180-
CMYK00.350.290.00
HSL349.89º97.8%82.16%-
HSV(B)349.89º35.04%99.61%-
XYZ62.5751.2849.78-
YUV193.32120.49171.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.40%
GREEN value IS 165 (64.84% from 255) = 27.55%
BLUE value IS 180 (70.70% from 255) = 30.05%
R=42.40%
G=27.55%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416518000.350.290.00349.8997.882.16
HexFEA5B40231D015e6252
Octal376245264043350536142122
Binary111111101010010110110100010001111101010101111011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA5B4; }

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

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

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

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

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

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

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

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