#FEAABC

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

Shades of Light Pink #FEAABC

Tints of Light Pink #FEAABC

Color information

#FEAABC (or 0xFEAABC) is unknown color: approx Light Pink. HEX triplet: FE, AA and BC. RGB value is (254,170,188). Sum of RGB (Red+Green+Blue) = 254+170+188=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 188 (73.83% from 255 or 30.72% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAABC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAABC is #015543. Grayscale: #C5C5C5. Windows color (decimal): -87364 or 12364542. OLE color: 12364542.

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

Color convert

RGB254170188-
CMYK00.330.260.00
HSL347.14º97.67%83.14%-
HSV(B)347.14º33.07%99.61%-
XYZ64.3253.4554.5-
YUV197.17122.83168.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.50%
GREEN value IS 170 (66.80% from 255) = 27.78%
BLUE value IS 188 (73.83% from 255) = 30.72%
R=41.50%
G=27.78%
B=30.72%

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
Decimal25417018800.330.260.00347.1497.6783.14
HexFEAABC0211A015b6253
Octal376252274041320533142123
Binary111111101010101010111100010000111010010101101111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAABC; }

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

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

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

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

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

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

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

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