#FEA5B5

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

Shades of Light Pink #FEA5B5

Tints of Light Pink #FEA5B5

Color information

#FEA5B5 (or 0xFEA5B5) is unknown color: approx Light Pink. HEX triplet: FE, A5 and B5. RGB value is (254,165,181). Sum of RGB (Red+Green+Blue) = 254+165+181=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 165 (64.84% from 255 or 27.5% from 600); Blue value is 181 (71.09% from 255 or 30.17% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA5B5 is #015A4A. Grayscale: #C1C1C1. Windows color (decimal): -88651 or 11904510. OLE color: 11904510.

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

Color convert

RGB254165181-
CMYK00.350.290.00
HSL349.21º97.8%82.16%-
HSV(B)349.21º35.04%99.61%-
XYZ62.6751.3250.32-
YUV193.44120.99171.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.33%
GREEN value IS 165 (64.84% from 255) = 27.5%
BLUE value IS 181 (71.09% from 255) = 30.17%
R=42.33%
G=27.5%
B=30.17%

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
Decimal25416518100.350.290.00349.2197.882.16
HexFEA5B50231D015d6252
Octal376245265043350535142122
Binary111111101010010110110101010001111101010101110111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA5B5; }

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

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

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

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

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

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

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

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