#FEA8B0

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

Shades of Light Pink #FEA8B0

Tints of Light Pink #FEA8B0

Color information

#FEA8B0 (or 0xFEA8B0) is unknown color: approx Light Pink. HEX triplet: FE, A8 and B0. RGB value is (254,168,176). Sum of RGB (Red+Green+Blue) = 254+168+176=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 168 (66.02% from 255 or 28.09% from 598); Blue value is 176 (69.14% from 255 or 29.43% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA8B0 is #01574F. Grayscale: #C2C2C2. Windows color (decimal): -87888 or 11577598. OLE color: 11577598.

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

Color convert

RGB254168176-
CMYK00.340.310.00
HSL354.42º97.73%82.75%-
HSV(B)354.42º33.86%99.61%-
XYZ62.7152.2147.85-
YUV194.63117.49170.35-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.47%
GREEN value IS 168 (66.02% from 255) = 28.09%
BLUE value IS 176 (69.14% from 255) = 29.43%
R=42.47%
G=28.09%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416817600.340.310.00354.4297.7382.75
HexFEA8B00221F01626253
Octal376250260042370542142123
Binary111111101010100010110000010001011111010110001011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA8B0; }

 p { color: rgb(254,168,176); }

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

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

 a { background-color: rgb(254,168,176); }

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

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

 span { border-color: rgb(254,168,176); }

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