#FEA4B8

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

Shades of Light Pink #FEA4B8

Tints of Light Pink #FEA4B8

Color information

#FEA4B8 (or 0xFEA4B8) is unknown color: approx Light Pink. HEX triplet: FE, A4 and B8. RGB value is (254,164,184). Sum of RGB (Red+Green+Blue) = 254+164+184=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 164 (64.45% from 255 or 27.24% from 602); Blue value is 184 (72.27% from 255 or 30.56% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA4B8 is #015B47. Grayscale: #C1C1C1. Windows color (decimal): -88904 or 12100862. OLE color: 12100862.

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

Color convert

RGB254164184-
CMYK00.350.280.00
HSL346.67º97.83%81.96%-
HSV(B)346.67º35.43%99.61%-
XYZ62.851.0851.9-
YUV193.19122.82171.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.19%
GREEN value IS 164 (64.45% from 255) = 27.24%
BLUE value IS 184 (72.27% from 255) = 30.56%
R=42.19%
G=27.24%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416418400.350.280.00346.6797.8381.96
HexFEA4B80231C015b6252
Octal376244270043340533142122
Binary111111101010010010111000010001111100010101101111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA4B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA4B8; }

 p { color: rgb(254,164,184); }

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

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

 a { background-color: rgb(254,164,184); }

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

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

 span { border-color: rgb(254,164,184); }

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