#FEAABD

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

Shades of Light Pink #FEAABD

Tints of Light Pink #FEAABD

Color information

#FEAABD (or 0xFEAABD) is unknown color: approx Light Pink. HEX triplet: FE, AA and BD. RGB value is (254,170,189). Sum of RGB (Red+Green+Blue) = 254+170+189=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 189 (74.22% from 255 or 30.83% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAABD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAABD is #015542. Grayscale: #C5C5C5. Windows color (decimal): -87363 or 12430078. OLE color: 12430078.

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

Color convert

RGB254170189-
CMYK00.330.260.00
HSL346.43º97.67%83.14%-
HSV(B)346.43º33.07%99.61%-
XYZ64.4353.4955.07-
YUV197.28123.33168.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.44%
GREEN value IS 170 (66.80% from 255) = 27.73%
BLUE value IS 189 (74.22% from 255) = 30.83%
R=41.44%
G=27.73%
B=30.83%

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
Decimal25417018900.330.260.00346.4397.6783.14
HexFEAABD0211A015a6253
Octal376252275041320532142123
Binary111111101010101010111101010000111010010101101011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAABD; }

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

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

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

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

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

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

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

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