#FEB9BB

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

Shades of Light Pink #FEB9BB

Tints of Light Pink #FEB9BB

Color information

#FEB9BB (or 0xFEB9BB) is unknown color: approx Light Pink. HEX triplet: FE, B9 and BB. RGB value is (254,185,187). Sum of RGB (Red+Green+Blue) = 254+185+187=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 185 (72.66% from 255 or 29.55% from 626); Blue value is 187 (73.44% from 255 or 29.87% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB9BB is #014644. Grayscale: #CDCDCD. Windows color (decimal): -83525 or 12302846. OLE color: 12302846.

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

Color convert

RGB254185187-
CMYK00.270.260.00
HSL358.26º97.18%86.08%-
HSV(B)358.26º27.17%99.61%-
XYZ67.1959.3654.93-
YUV205.86117.36162.34-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.58%
GREEN value IS 185 (72.66% from 255) = 29.55%
BLUE value IS 187 (73.44% from 255) = 29.87%
R=40.58%
G=29.55%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418518700.270.260.00358.2697.1886.08
HexFEB9BB01B1A01666156
Octal376271273033320546141126
Binary11111110101110011011101101101111010010110011011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB9BB; }

 p { color: rgb(254,185,187); }

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

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

 a { background-color: rgb(254,185,187); }

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

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

 span { border-color: rgb(254,185,187); }

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