#FEADBA

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

Shades of Light Pink #FEADBA

Tints of Light Pink #FEADBA

Color information

#FEADBA (or 0xFEADBA) is unknown color: approx Light Pink. HEX triplet: FE, AD and BA. RGB value is (254,173,186). Sum of RGB (Red+Green+Blue) = 254+173+186=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADBA is #015245. Grayscale: #C6C6C6. Windows color (decimal): -86598 or 12234238. OLE color: 12234238.

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

Color convert

RGB254173186-
CMYK00.320.270.00
HSL350.37º97.59%83.73%-
HSV(B)350.37º31.89%99.61%-
XYZ64.6854.553.57-
YUV198.7120.84167.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.44%
GREEN value IS 173 (67.97% from 255) = 28.22%
BLUE value IS 186 (73.05% from 255) = 30.34%
R=41.44%
G=28.22%
B=30.34%

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
Decimal25417318600.320.270.00350.3797.5983.73
HexFEADBA0201B015e6254
Octal376255272040330536142124
Binary111111101010110110111010010000011011010101111011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEADBA; }

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

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

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

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

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

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

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

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