#FEB7BE

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

Shades of Light Pink #FEB7BE

Tints of Light Pink #FEB7BE

Color information

#FEB7BE (or 0xFEB7BE) is unknown color: approx Light Pink. HEX triplet: FE, B7 and BE. RGB value is (254,183,190). Sum of RGB (Red+Green+Blue) = 254+183+190=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 183 (71.88% from 255 or 29.19% from 627); Blue value is 190 (74.61% from 255 or 30.30% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB7BE is #014841. Grayscale: #CDCDCD. Windows color (decimal): -84034 or 12498942. OLE color: 12498942.

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

Color convert

RGB254183190-
CMYK00.280.250.00
HSL354.08º97.26%85.69%-
HSV(B)354.08º27.95%99.61%-
XYZ67.158.6656.5-
YUV205.03119.52162.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.51%
GREEN value IS 183 (71.88% from 255) = 29.19%
BLUE value IS 190 (74.61% from 255) = 30.30%
R=40.51%
G=29.19%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418319000.280.250.00354.0897.2685.69
HexFEB7BE01C1901626156
Octal376267276034310542141126
Binary11111110101101111011111001110011001010110001011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB7BE; }

 p { color: rgb(254,183,190); }

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

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

 a { background-color: rgb(254,183,190); }

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

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

 span { border-color: rgb(254,183,190); }

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