#FEB0B6

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

Shades of Light Pink #FEB0B6

Tints of Light Pink #FEB0B6

Color information

#FEB0B6 (or 0xFEB0B6) is unknown color: approx Light Pink. HEX triplet: FE, B0 and B6. RGB value is (254,176,182). Sum of RGB (Red+Green+Blue) = 254+176+182=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 176 (69.14% from 255 or 28.76% from 612); Blue value is 182 (71.48% from 255 or 29.74% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB0B6 is #014F49. Grayscale: #C8C8C8. Windows color (decimal): -85834 or 11972862. OLE color: 11972862.

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

Color convert

RGB254176182-
CMYK00.310.280.00
HSL355.38º97.5%84.31%-
HSV(B)355.38º30.71%99.61%-
XYZ64.8455.551.55-
YUV200.01117.84166.51-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.50%
GREEN value IS 176 (69.14% from 255) = 28.76%
BLUE value IS 182 (71.48% from 255) = 29.74%
R=41.50%
G=28.76%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417618200.310.280.00355.3897.584.31
HexFEB0B601F1C01636254
Octal376260266037340543142124
Binary11111110101100001011011001111111100010110001111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB0B6; }

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

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

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

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

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

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

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

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