#FEB2BF

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

Shades of Light Pink #FEB2BF

Tints of Light Pink #FEB2BF

Color information

#FEB2BF (or 0xFEB2BF) is unknown color: approx Light Pink. HEX triplet: FE, B2 and BF. RGB value is (254,178,191). Sum of RGB (Red+Green+Blue) = 254+178+191=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 178 (69.92% from 255 or 28.57% from 623); Blue value is 191 (75% from 255 or 30.66% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB2BF is #014D40. Grayscale: #CACACA. Windows color (decimal): -85313 or 12563198. OLE color: 12563198.

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

Color convert

RGB254178191-
CMYK00.300.250.00
HSL349.74º97.44%84.71%-
HSV(B)349.74º29.92%99.61%-
XYZ66.256.6756.74-
YUV202.21121.68164.94-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.77%
GREEN value IS 178 (69.92% from 255) = 28.57%
BLUE value IS 191 (75% from 255) = 30.66%
R=40.77%
G=28.57%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417819100.300.250.00349.7497.4484.71
HexFEB2BF01E19015e6155
Octal376262277036310536141125
Binary11111110101100101011111101111011001010101111011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB2BF; }

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

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

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

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

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

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

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

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