#FEB7BA

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

Shades of Light Pink #FEB7BA

Tints of Light Pink #FEB7BA

Color information

#FEB7BA (or 0xFEB7BA) is unknown color: approx Light Pink. HEX triplet: FE, B7 and BA. RGB value is (254,183,186). Sum of RGB (Red+Green+Blue) = 254+183+186=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 183 (71.88% from 255 or 29.37% from 623); Blue value is 186 (73.05% from 255 or 29.86% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB7BA is #014845. Grayscale: #CCCCCC. Windows color (decimal): -84038 or 12236798. OLE color: 12236798.

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

Color convert

RGB254183186-
CMYK00.280.270.00
HSL357.46º97.26%85.69%-
HSV(B)357.46º27.95%99.61%-
XYZ66.6758.4854.23-
YUV204.57117.52163.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.77%
GREEN value IS 183 (71.88% from 255) = 29.37%
BLUE value IS 186 (73.05% from 255) = 29.86%
R=40.77%
G=29.37%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418318600.280.270.00357.4697.2685.69
HexFEB7BA01C1B01656156
Octal376267272034330545141126
Binary11111110101101111011101001110011011010110010111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB7BA; }

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

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

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

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

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

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

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

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