#FEA9BC

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

Shades of Light Pink #FEA9BC

Tints of Light Pink #FEA9BC

Color information

#FEA9BC (or 0xFEA9BC) is unknown color: approx Light Pink. HEX triplet: FE, A9 and BC. RGB value is (254,169,188). Sum of RGB (Red+Green+Blue) = 254+169+188=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 169 (66.41% from 255 or 27.66% from 611); Blue value is 188 (73.83% from 255 or 30.77% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA9BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA9BC is #015643. Grayscale: #C4C4C4. Windows color (decimal): -87620 or 12364286. OLE color: 12364286.

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

Color convert

RGB254169188-
CMYK00.330.260.00
HSL346.59º97.7%82.94%-
HSV(B)346.59º33.46%99.61%-
XYZ64.1453.0854.44-
YUV196.58123.16168.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.57%
GREEN value IS 169 (66.41% from 255) = 27.66%
BLUE value IS 188 (73.83% from 255) = 30.77%
R=41.57%
G=27.66%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416918800.330.260.00346.5997.782.94
HexFEA9BC0211A015b6253
Octal376251274041320533142123
Binary111111101010100110111100010000111010010101101111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA9BC; }

 p { color: rgb(254,169,188); }

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

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

 a { background-color: rgb(254,169,188); }

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

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

 span { border-color: rgb(254,169,188); }

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