#FEB0BD

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

Shades of Light Pink #FEB0BD

Tints of Light Pink #FEB0BD

Color information

#FEB0BD (or 0xFEB0BD) is unknown color: approx Light Pink. HEX triplet: FE, B0 and BD. RGB value is (254,176,189). Sum of RGB (Red+Green+Blue) = 254+176+189=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 176 (69.14% from 255 or 28.43% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB0BD is #014F42. Grayscale: #C8C8C8. Windows color (decimal): -85827 or 12431614. OLE color: 12431614.

HSL color Cylindrical-coordinate representation of color #FEB0BD: hue angle of 350º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEB0BD is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB254176189-
CMYK00.310.260.00
HSL350º97.5%84.31%-
HSV(B)350º30.71%99.61%-
XYZ65.5855.855.46-
YUV200.8121.34165.94-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.03%
GREEN value IS 176 (69.14% from 255) = 28.43%
BLUE value IS 189 (74.22% from 255) = 30.53%
R=41.03%
G=28.43%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417618900.310.260.0035097.584.31
HexFEB0BD01F1A015e6254
Octal376260275037320536142124
Binary11111110101100001011110101111111010010101111011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB0BD; }

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

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

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

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

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

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

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

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