#FEB9BA

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

Shades of Light Pink #FEB9BA

Tints of Light Pink #FEB9BA

Color information

#FEB9BA (or 0xFEB9BA) is unknown color: approx Light Pink. HEX triplet: FE, B9 and BA. RGB value is (254,185,186). Sum of RGB (Red+Green+Blue) = 254+185+186=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 185 (72.66% from 255 or 29.6% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB9BA is #014645. Grayscale: #CDCDCD. Windows color (decimal): -83526 or 12237310. OLE color: 12237310.

HSL color Cylindrical-coordinate representation of color #FEB9BA: hue angle of 359.13º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEB9BA is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB254185186-
CMYK00.270.270.00
HSL359.13º97.18%86.08%-
HSV(B)359.13º27.17%99.61%-
XYZ67.0859.3154.37-
YUV205.74116.86162.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.64%
GREEN value IS 185 (72.66% from 255) = 29.6%
BLUE value IS 186 (73.05% from 255) = 29.76%
R=40.64%
G=29.6%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418518600.270.270.00359.1397.1886.08
HexFEB9BA01B1B01676156
Octal376271272033330547141126
Binary11111110101110011011101001101111011010110011111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB9BA; }

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

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

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

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

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

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

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

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