#FEB2B5

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

Shades of Light Pink #FEB2B5

Tints of Light Pink #FEB2B5

Color information

#FEB2B5 (or 0xFEB2B5) is unknown color: approx Light Pink. HEX triplet: FE, B2 and B5. RGB value is (254,178,181). Sum of RGB (Red+Green+Blue) = 254+178+181=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 178 (69.92% from 255 or 29.04% from 613); Blue value is 181 (71.09% from 255 or 29.53% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB2B5 is #014D4A. Grayscale: #C9C9C9. Windows color (decimal): -85323 or 11907838. OLE color: 11907838.

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

Color convert

RGB254178181-
CMYK00.300.290.00
HSL357.63º97.44%84.71%-
HSV(B)357.63º29.92%99.61%-
XYZ65.1356.2551.14-
YUV201.07116.68165.76-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.44%
GREEN value IS 178 (69.92% from 255) = 29.04%
BLUE value IS 181 (71.09% from 255) = 29.53%
R=41.44%
G=29.04%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417818100.300.290.00357.6397.4484.71
HexFEB2B501E1D01666155
Octal376262265036350546141125
Binary11111110101100101011010101111011101010110011011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB2B5; }

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

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

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

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

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

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

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

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