#FEABB7

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

Shades of Light Pink #FEABB7

Tints of Light Pink #FEABB7

Color information

#FEABB7 (or 0xFEABB7) is unknown color: approx Light Pink. HEX triplet: FE, AB and B7. RGB value is (254,171,183). Sum of RGB (Red+Green+Blue) = 254+171+183=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 171 (67.19% from 255 or 28.12% from 608); Blue value is 183 (71.88% from 255 or 30.10% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEABB7 is #015448. Grayscale: #C5C5C5. Windows color (decimal): -87113 or 12037118. OLE color: 12037118.

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

Color convert

RGB254171183-
CMYK00.330.280.00
HSL351.33º97.65%83.33%-
HSV(B)351.33º32.68%99.61%-
XYZ63.9853.6251.78-
YUV197.18120168.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.78%
GREEN value IS 171 (67.19% from 255) = 28.12%
BLUE value IS 183 (71.88% from 255) = 30.10%
R=41.78%
G=28.12%
B=30.10%

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
Decimal25417118300.330.280.00351.3397.6583.33
HexFEABB70211C015f6253
Octal376253267041340537142123
Binary111111101010101110110111010000111100010101111111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEABB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEABB7; }

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

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

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

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

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

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

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

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