#FEAABB

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

Shades of Light Pink #FEAABB

Tints of Light Pink #FEAABB

Color information

#FEAABB (or 0xFEAABB) is unknown color: approx Light Pink. HEX triplet: FE, AA and BB. RGB value is (254,170,187). Sum of RGB (Red+Green+Blue) = 254+170+187=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 170 (66.80% from 255 or 27.82% from 611); Blue value is 187 (73.44% from 255 or 30.61% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAABB is #015544. Grayscale: #C5C5C5. Windows color (decimal): -87365 or 12299006. OLE color: 12299006.

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

Color convert

RGB254170187-
CMYK00.330.260.00
HSL347.86º97.67%83.14%-
HSV(B)347.86º33.07%99.61%-
XYZ64.2253.4153.94-
YUV197.05122.33168.62-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.57%
GREEN value IS 170 (66.80% from 255) = 27.82%
BLUE value IS 187 (73.44% from 255) = 30.61%
R=41.57%
G=27.82%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417018700.330.260.00347.8697.6783.14
HexFEAABB0211A015c6253
Octal376252273041320534142123
Binary111111101010101010111011010000111010010101110011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAABB; }

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

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

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

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

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

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

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

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