#feacbe

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

Shades of Light Pink #FEACBE

Tints of Light Pink #FEACBE

Color information

#FEACBE (or 0xFEACBE) is unknown color: approx Light Pink. HEX triplet: FE, AC and BE. RGB value is (254,172,190). Sum of RGB (Red+Green+Blue) = 254+172+190=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 172 (67.58% from 255 or 27.92% from 616); Blue value is 190 (74.61% from 255 or 30.84% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEACBE is #015341. Grayscale: #C6C6C6. Windows color (decimal): -86850 or 12496126. OLE color: 12496126.

HSL color Cylindrical-coordinate representation of color #FEACBE: hue angle of 346.83º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FEACBE is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB254172190-
CMYK00.320.250.00
HSL346.83º97.62%83.53%-
HSV(B)346.83º32.28%99.61%-
XYZ64.9254.2955.77-
YUV198.57123.17167.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.23%
GREEN value IS 172 (67.58% from 255) = 27.92%
BLUE value IS 190 (74.61% from 255) = 30.84%
R=41.23%
G=27.92%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417219000.320.250.00346.8397.6283.53
HexFEACBE02019015b6254
Octal376254276040310533142124
Binary111111101010110010111110010000011001010101101111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #feacbe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #feacbe; }

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

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

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

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

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

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

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

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