#FEA6B0

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

Shades of Light Pink #FEA6B0

Tints of Light Pink #FEA6B0

Color information

#FEA6B0 (or 0xFEA6B0) is unknown color: approx Light Pink. HEX triplet: FE, A6 and B0. RGB value is (254,166,176). Sum of RGB (Red+Green+Blue) = 254+166+176=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 166 (65.23% from 255 or 27.85% from 596); Blue value is 176 (69.14% from 255 or 29.53% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA6B0 is #01594F. Grayscale: #C1C1C1. Windows color (decimal): -88400 or 11577086. OLE color: 11577086.

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

Color convert

RGB254166176-
CMYK00.350.310.00
HSL353.18º97.78%82.35%-
HSV(B)353.18º34.65%99.61%-
XYZ62.3551.4847.72-
YUV193.45118.15171.19-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.62%
GREEN value IS 166 (65.23% from 255) = 27.85%
BLUE value IS 176 (69.14% from 255) = 29.53%
R=42.62%
G=27.85%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416617600.350.310.00353.1897.7882.35
HexFEA6B00231F01616252
Octal376246260043370541142122
Binary111111101010011010110000010001111111010110000111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA6B0; }

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

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

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

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

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

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

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

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