#FEB7BF

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

Shades of Light Pink #FEB7BF

Tints of Light Pink #FEB7BF

Color information

#FEB7BF (or 0xFEB7BF) is unknown color: approx Light Pink. HEX triplet: FE, B7 and BF. RGB value is (254,183,191). Sum of RGB (Red+Green+Blue) = 254+183+191=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 183 (71.88% from 255 or 29.14% from 628); Blue value is 191 (75% from 255 or 30.41% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB7BF is #014840. Grayscale: #CDCDCD. Windows color (decimal): -84033 or 12564478. OLE color: 12564478.

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

Color convert

RGB254183191-
CMYK00.280.250.00
HSL353.24º97.26%85.69%-
HSV(B)353.24º27.95%99.61%-
XYZ67.2158.757.08-
YUV205.14120.02162.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.45%
GREEN value IS 183 (71.88% from 255) = 29.14%
BLUE value IS 191 (75% from 255) = 30.41%
R=40.45%
G=29.14%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418319100.280.250.00353.2497.2685.69
HexFEB7BF01C1901616156
Octal376267277034310541141126
Binary11111110101101111011111101110011001010110000111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB7BF; }

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

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

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

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

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

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

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

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