#FEAAB8

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

Shades of Light Pink #FEAAB8

Tints of Light Pink #FEAAB8

Color information

#FEAAB8 (or 0xFEAAB8) is unknown color: approx Light Pink. HEX triplet: FE, AA and B8. RGB value is (254,170,184). Sum of RGB (Red+Green+Blue) = 254+170+184=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 170 (66.80% from 255 or 27.96% from 608); Blue value is 184 (72.27% from 255 or 30.26% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAAB8 is #015547. Grayscale: #C4C4C4. Windows color (decimal): -87368 or 12102398. OLE color: 12102398.

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

Color convert

RGB254170184-
CMYK00.330.280.00
HSL350º97.67%83.14%-
HSV(B)350º33.07%99.61%-
XYZ63.953.2852.26-
YUV196.71120.83168.86-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.78%
GREEN value IS 170 (66.80% from 255) = 27.96%
BLUE value IS 184 (72.27% from 255) = 30.26%
R=41.78%
G=27.96%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417018400.330.280.0035097.6783.14
HexFEAAB80211C015e6253
Octal376252270041340536142123
Binary111111101010101010111000010000111100010101111011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAAB8; }

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

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

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

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

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

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

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

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