#FEB7BB

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

Shades of Light Pink #FEB7BB

Tints of Light Pink #FEB7BB

Color information

#FEB7BB (or 0xFEB7BB) is unknown color: approx Light Pink. HEX triplet: FE, B7 and BB. RGB value is (254,183,187). Sum of RGB (Red+Green+Blue) = 254+183+187=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 183 (71.88% from 255 or 29.33% from 624); Blue value is 187 (73.44% from 255 or 29.97% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB7BB is #014844. Grayscale: #CCCCCC. Windows color (decimal): -84037 or 12302334. OLE color: 12302334.

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

Color convert

RGB254183187-
CMYK00.280.260.00
HSL356.62º97.26%85.69%-
HSV(B)356.62º27.95%99.61%-
XYZ66.7858.5354.79-
YUV204.68118.02163.17-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.71%
GREEN value IS 183 (71.88% from 255) = 29.33%
BLUE value IS 187 (73.44% from 255) = 29.97%
R=40.71%
G=29.33%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418318700.280.260.00356.6297.2685.69
HexFEB7BB01C1A01656156
Octal376267273034320545141126
Binary11111110101101111011101101110011010010110010111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB7BB; }

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

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

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

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

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

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

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

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