#FEB5BF

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

Shades of Light Pink #FEB5BF

Tints of Light Pink #FEB5BF

Color information

#FEB5BF (or 0xFEB5BF) is unknown color: approx Light Pink. HEX triplet: FE, B5 and BF. RGB value is (254,181,191). Sum of RGB (Red+Green+Blue) = 254+181+191=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 181 (71.09% from 255 or 28.91% from 626); Blue value is 191 (75% from 255 or 30.51% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB5BF is #014A40. Grayscale: #CCCCCC. Windows color (decimal): -84545 or 12563966. OLE color: 12563966.

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

Color convert

RGB254181191-
CMYK00.290.250.00
HSL351.78º97.33%85.29%-
HSV(B)351.78º28.74%99.61%-
XYZ66.857.8856.94-
YUV203.97120.68163.69-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.58%
GREEN value IS 181 (71.09% from 255) = 28.91%
BLUE value IS 191 (75% from 255) = 30.51%
R=40.58%
G=28.91%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418119100.290.250.00351.7897.3385.29
HexFEB5BF01D1901606155
Octal376265277035310540141125
Binary11111110101101011011111101110111001010110000011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB5BF; }

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

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

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

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

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

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

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

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