#FEABBE

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

Shades of Light Pink #FEABBE

Tints of Light Pink #FEABBE

Color information

#FEABBE (or 0xFEABBE) is unknown color: approx Light Pink. HEX triplet: FE, AB and BE. RGB value is (254,171,190). Sum of RGB (Red+Green+Blue) = 254+171+190=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 171 (67.19% from 255 or 27.80% from 615); Blue value is 190 (74.61% from 255 or 30.89% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEABBE is #015441. Grayscale: #C5C5C5. Windows color (decimal): -87106 or 12495870. OLE color: 12495870.

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

Color convert

RGB254171190-
CMYK00.330.250.00
HSL346.27º97.65%83.33%-
HSV(B)346.27º32.68%99.61%-
XYZ64.7353.9155.71-
YUV197.98123.5167.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.30%
GREEN value IS 171 (67.19% from 255) = 27.80%
BLUE value IS 190 (74.61% from 255) = 30.89%
R=41.30%
G=27.80%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417119000.330.250.00346.2797.6583.33
HexFEABBE02119015a6253
Octal376253276041310532142123
Binary111111101010101110111110010000111001010101101011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEABBE; }

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

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

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

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

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

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

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

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