#FEAAB2

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

Shades of Light Pink #FEAAB2

Tints of Light Pink #FEAAB2

Color information

#FEAAB2 (or 0xFEAAB2) is unknown color: approx Light Pink. HEX triplet: FE, AA and B2. RGB value is (254,170,178). Sum of RGB (Red+Green+Blue) = 254+170+178=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 170 (66.80% from 255 or 28.24% from 602); Blue value is 178 (69.92% from 255 or 29.57% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAAB2 is #01554D. Grayscale: #C4C4C4. Windows color (decimal): -87374 or 11709182. OLE color: 11709182.

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

Color convert

RGB254170178-
CMYK00.330.300.00
HSL354.29º97.67%83.14%-
HSV(B)354.29º33.07%99.61%-
XYZ63.2853.0349.02-
YUV196.03117.83169.35-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.19%
GREEN value IS 170 (66.80% from 255) = 28.24%
BLUE value IS 178 (69.92% from 255) = 29.57%
R=42.19%
G=28.24%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417017800.330.300.00354.2997.6783.14
HexFEAAB20211E01626253
Octal376252262041360542142123
Binary111111101010101010110010010000111110010110001011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAAB2; }

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

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

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

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

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

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

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

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