#FEB7B8

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

Shades of Light Pink #FEB7B8

Tints of Light Pink #FEB7B8

Color information

#FEB7B8 (or 0xFEB7B8) is unknown color: approx Light Pink. HEX triplet: FE, B7 and B8. RGB value is (254,183,184). Sum of RGB (Red+Green+Blue) = 254+183+184=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 183 (71.88% from 255 or 29.47% from 621); Blue value is 184 (72.27% from 255 or 29.63% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB7B8 is #014847. Grayscale: #CCCCCC. Windows color (decimal): -84040 or 12105726. OLE color: 12105726.

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

Color convert

RGB254183184-
CMYK00.280.280.00
HSL359.15º97.26%85.69%-
HSV(B)359.15º27.95%99.61%-
XYZ66.4658.453.12-
YUV204.34116.52163.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.90%
GREEN value IS 183 (71.88% from 255) = 29.47%
BLUE value IS 184 (72.27% from 255) = 29.63%
R=40.90%
G=29.47%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418318400.280.280.00359.1597.2685.69
HexFEB7B801C1C01676156
Octal376267270034340547141126
Binary11111110101101111011100001110011100010110011111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB7B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB7B8; }

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

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

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

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

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

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

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

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