#FEACBA

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

Shades of Light Pink #FEACBA

Tints of Light Pink #FEACBA

Color information

#FEACBA (or 0xFEACBA) is unknown color: approx Light Pink. HEX triplet: FE, AC and BA. RGB value is (254,172,186). Sum of RGB (Red+Green+Blue) = 254+172+186=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 172 (67.58% from 255 or 28.10% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEACBA is #015345. Grayscale: #C6C6C6. Windows color (decimal): -86854 or 12233982. OLE color: 12233982.

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

Color convert

RGB254172186-
CMYK00.320.270.00
HSL349.76º97.62%83.53%-
HSV(B)349.76º32.28%99.61%-
XYZ64.4954.1253.5-
YUV198.11121.17167.86-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.50%
GREEN value IS 172 (67.58% from 255) = 28.10%
BLUE value IS 186 (73.05% from 255) = 30.39%
R=41.50%
G=28.10%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417218600.320.270.00349.7697.6283.53
HexFEACBA0201B015e6254
Octal376254272040330536142124
Binary111111101010110010111010010000011011010101111011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEACBA; }

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

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

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

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

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

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

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

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