#FEABB0

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

Shades of Light Pink #FEABB0

Tints of Light Pink #FEABB0

Color information

#FEABB0 (or 0xFEABB0) is unknown color: approx Light Pink. HEX triplet: FE, AB and B0. RGB value is (254,171,176). Sum of RGB (Red+Green+Blue) = 254+171+176=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 171 (67.19% from 255 or 28.45% from 601); Blue value is 176 (69.14% from 255 or 29.28% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEABB0 is #01544F. Grayscale: #C4C4C4. Windows color (decimal): -87120 or 11578366. OLE color: 11578366.

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

Color convert

RGB254171176-
CMYK00.330.310.00
HSL356.39º97.65%83.33%-
HSV(B)356.39º32.68%99.61%-
XYZ63.2753.3348.03-
YUV196.39116.5169.09-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.26%
GREEN value IS 171 (67.19% from 255) = 28.45%
BLUE value IS 176 (69.14% from 255) = 29.28%
R=42.26%
G=28.45%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417117600.330.310.00356.3997.6583.33
HexFEABB00211F01646253
Octal376253260041370544142123
Binary111111101010101110110000010000111111010110010011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEABB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEABB0; }

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

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

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

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

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

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

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

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