#FEB5BE

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

Shades of Light Pink #FEB5BE

Tints of Light Pink #FEB5BE

Color information

#FEB5BE (or 0xFEB5BE) is unknown color: approx Light Pink. HEX triplet: FE, B5 and BE. RGB value is (254,181,190). Sum of RGB (Red+Green+Blue) = 254+181+190=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 181 (71.09% from 255 or 28.96% from 625); Blue value is 190 (74.61% from 255 or 30.4% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB5BE is #014A41. Grayscale: #CBCBCB. Windows color (decimal): -84546 or 12498430. OLE color: 12498430.

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

Color convert

RGB254181190-
CMYK00.290.250.00
HSL352.6º97.33%85.29%-
HSV(B)352.6º28.74%99.61%-
XYZ66.6957.8456.36-
YUV203.85120.18163.77-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.64%
GREEN value IS 181 (71.09% from 255) = 28.96%
BLUE value IS 190 (74.61% from 255) = 30.4%
R=40.64%
G=28.96%
B=30.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418119000.290.250.00352.697.3385.29
HexFEB5BE01D1901616155
Octal376265276035310541141125
Binary11111110101101011011111001110111001010110000111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB5BE; }

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

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

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

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

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

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

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

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