#FFB4BE

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

Shades of Light Pink #FFB4BE

Tints of Light Pink #FFB4BE

Color information

#FFB4BE (or 0xFFB4BE) is unknown color: approx Light Pink. HEX triplet: FF, B4 and BE. RGB value is (255,180,190). Sum of RGB (Red+Green+Blue) = 255+180+190=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 180 (70.70% from 255 or 28.8% from 625); Blue value is 190 (74.61% from 255 or 30.4% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB4BE is #004B41. Grayscale: #CBCBCB. Windows color (decimal): -19266 or 12498175. OLE color: 12498175.

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

Color convert

RGB255180190-
CMYK00.290.250
HSL352º100%85.29%-
HSV(B)352º29.41%100%-
XYZ66.8657.6256.31-
YUV203.56120.35164.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.8%
GREEN value IS 180 (70.70% from 255) = 28.8%
BLUE value IS 190 (74.61% from 255) = 30.4%
R=40.8%
G=28.8%
B=30.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518019000.290.25035210085.29
HexFFB4BE01D1901606455
Octal377264276035310540144125
Binary11111111101101001011111001110111001010110000011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB4BE; }

 p { color: rgb(255,180,190); }

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

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

 a { background-color: rgb(255,180,190); }

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

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

 span { border-color: rgb(255,180,190); }

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