#FEB7C6

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

Shades of Light Pink #FEB7C6

Tints of Light Pink #FEB7C6

Color information

#FEB7C6 (or 0xFEB7C6) is unknown color: approx Light Pink. HEX triplet: FE, B7 and C6. RGB value is (254,183,198). Sum of RGB (Red+Green+Blue) = 254+183+198=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 183 (71.88% from 255 or 28.82% from 635); Blue value is 198 (77.73% from 255 or 31.18% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB7C6 is #014839. Grayscale: #CDCDCD. Windows color (decimal): -84026 or 13023230. OLE color: 13023230.

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

Color convert

RGB254183198-
CMYK00.280.220.00
HSL347.32º97.26%85.69%-
HSV(B)347.32º27.95%99.61%-
XYZ6859.0261.23-
YUV205.94123.52162.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40%
GREEN value IS 183 (71.88% from 255) = 28.82%
BLUE value IS 198 (77.73% from 255) = 31.18%
R=40%
G=28.82%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418319800.280.220.00347.3297.2685.69
HexFEB7C601C16015b6156
Octal376267306034260533141126
Binary11111110101101111100011001110010110010101101111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB7C6; }

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

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

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

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

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

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

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

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