#FEB9BF

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

Shades of Light Pink #FEB9BF

Tints of Light Pink #FEB9BF

Color information

#FEB9BF (or 0xFEB9BF) is unknown color: approx Light Pink. HEX triplet: FE, B9 and BF. RGB value is (254,185,191). Sum of RGB (Red+Green+Blue) = 254+185+191=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 185 (72.66% from 255 or 29.37% from 630); Blue value is 191 (75% from 255 or 30.32% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB9BF is #014640. Grayscale: #CECECE. Windows color (decimal): -83521 or 12564990. OLE color: 12564990.

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

Color convert

RGB254185191-
CMYK00.270.250.00
HSL354.78º97.18%86.08%-
HSV(B)354.78º27.17%99.61%-
XYZ67.6359.5357.22-
YUV206.32119.36162.01-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.32%
GREEN value IS 185 (72.66% from 255) = 29.37%
BLUE value IS 191 (75% from 255) = 30.32%
R=40.32%
G=29.37%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418519100.270.250.00354.7897.1886.08
HexFEB9BF01B1901636156
Octal376271277033310543141126
Binary11111110101110011011111101101111001010110001111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB9BF; }

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

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

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

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

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

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

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

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