#FEB2B3

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

Shades of Light Pink #FEB2B3

Tints of Light Pink #FEB2B3

Color information

#FEB2B3 (or 0xFEB2B3) is unknown color: approx Light Pink. HEX triplet: FE, B2 and B3. RGB value is (254,178,179). Sum of RGB (Red+Green+Blue) = 254+178+179=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 178 (69.92% from 255 or 29.13% from 611); Blue value is 179 (70.31% from 255 or 29.30% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB2B3 is #014D4C. Grayscale: #C8C8C8. Windows color (decimal): -85325 or 11776766. OLE color: 11776766.

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

Color convert

RGB254178179-
CMYK00.300.300.00
HSL359.21º97.44%84.71%-
HSV(B)359.21º29.92%99.61%-
XYZ64.9356.1750.07-
YUV200.84115.68165.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.57%
GREEN value IS 178 (69.92% from 255) = 29.13%
BLUE value IS 179 (70.31% from 255) = 29.30%
R=41.57%
G=29.13%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417817900.300.300.00359.2197.4484.71
HexFEB2B301E1E01676155
Octal376262263036360547141125
Binary11111110101100101011001101111011110010110011111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB2B3; }

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

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

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

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

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

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

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

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