#FEB2BD

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

Shades of Light Pink #FEB2BD

Tints of Light Pink #FEB2BD

Color information

#FEB2BD (or 0xFEB2BD) is unknown color: approx Light Pink. HEX triplet: FE, B2 and BD. RGB value is (254,178,189). Sum of RGB (Red+Green+Blue) = 254+178+189=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 178 (69.92% from 255 or 28.66% from 621); Blue value is 189 (74.22% from 255 or 30.43% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB2BD is #014D42. Grayscale: #CACACA. Windows color (decimal): -85315 or 12432126. OLE color: 12432126.

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

Color convert

RGB254178189-
CMYK00.300.260.00
HSL351.32º97.44%84.71%-
HSV(B)351.32º29.92%99.61%-
XYZ65.9856.5955.59-
YUV201.98120.68165.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.90%
GREEN value IS 178 (69.92% from 255) = 28.66%
BLUE value IS 189 (74.22% from 255) = 30.43%
R=40.90%
G=28.66%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417818900.300.260.00351.3297.4484.71
HexFEB2BD01E1A015f6155
Octal376262275036320537141125
Binary11111110101100101011110101111011010010101111111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB2BD; }

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

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

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

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

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

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

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

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