#FEABB6

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

Shades of Light Pink #FEABB6

Tints of Light Pink #FEABB6

Color information

#FEABB6 (or 0xFEABB6) is unknown color: approx Light Pink. HEX triplet: FE, AB and B6. RGB value is (254,171,182). Sum of RGB (Red+Green+Blue) = 254+171+182=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 171 (67.19% from 255 or 28.17% from 607); Blue value is 182 (71.48% from 255 or 29.98% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEABB6 is #015449. Grayscale: #C5C5C5. Windows color (decimal): -87114 or 11971582. OLE color: 11971582.

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

Color convert

RGB254171182-
CMYK00.330.280.00
HSL352.05º97.65%83.33%-
HSV(B)352.05º32.68%99.61%-
XYZ63.8853.5751.23-
YUV197.07119.5168.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.85%
GREEN value IS 171 (67.19% from 255) = 28.17%
BLUE value IS 182 (71.48% from 255) = 29.98%
R=41.85%
G=28.17%
B=29.98%

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
Decimal25417118200.330.280.00352.0597.6583.33
HexFEABB60211C01606253
Octal376253266041340540142123
Binary111111101010101110110110010000111100010110000011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEABB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEABB6; }

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

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

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

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

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

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

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

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