#FEAAB6

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

Shades of Light Pink #FEAAB6

Tints of Light Pink #FEAAB6

Color information

#FEAAB6 (or 0xFEAAB6) is unknown color: approx Light Pink. HEX triplet: FE, AA and B6. RGB value is (254,170,182). Sum of RGB (Red+Green+Blue) = 254+170+182=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 170 (66.80% from 255 or 28.05% from 606); Blue value is 182 (71.48% from 255 or 30.03% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAAB6 is #015549. Grayscale: #C4C4C4. Windows color (decimal): -87370 or 11971326. OLE color: 11971326.

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

Color convert

RGB254170182-
CMYK00.330.280.00
HSL351.43º97.67%83.14%-
HSV(B)351.43º33.07%99.61%-
XYZ63.6953.251.17-
YUV196.48119.83169.02-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.91%
GREEN value IS 170 (66.80% from 255) = 28.05%
BLUE value IS 182 (71.48% from 255) = 30.03%
R=41.91%
G=28.05%
B=30.03%

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
Decimal25417018200.330.280.00351.4397.6783.14
HexFEAAB60211C015f6253
Octal376252266041340537142123
Binary111111101010101010110110010000111100010101111111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAAB6; }

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

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

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

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

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

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

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

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