#FEB3B7

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

Shades of Light Pink #FEB3B7

Tints of Light Pink #FEB3B7

Color information

#FEB3B7 (or 0xFEB3B7) is unknown color: approx Light Pink. HEX triplet: FE, B3 and B7. RGB value is (254,179,183). Sum of RGB (Red+Green+Blue) = 254+179+183=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 179 (70.31% from 255 or 29.06% from 616); Blue value is 183 (71.88% from 255 or 29.71% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB3B7 is #014C48. Grayscale: #C9C9C9. Windows color (decimal): -85065 or 12039166. OLE color: 12039166.

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

Color convert

RGB254179183-
CMYK00.300.280.00
HSL356.8º97.4%84.9%-
HSV(B)356.8º29.53%99.61%-
XYZ65.5456.7352.3-
YUV201.88117.35165.17-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.23%
GREEN value IS 179 (70.31% from 255) = 29.06%
BLUE value IS 183 (71.88% from 255) = 29.71%
R=41.23%
G=29.06%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417918300.300.280.00356.897.484.9
HexFEB3B701E1C01656155
Octal376263267036340545141125
Binary11111110101100111011011101111011100010110010111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB3B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB3B7; }

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

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

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

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

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

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

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

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