#FFB5B6

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

Shades of Light Pink #FFB5B6

Tints of Light Pink #FFB5B6

Color information

#FFB5B6 (or 0xFFB5B6) is unknown color: approx Light Pink. HEX triplet: FF, B5 and B6. RGB value is (255,181,182). Sum of RGB (Red+Green+Blue) = 255+181+182=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 181 (71.09% from 255 or 29.29% from 618); Blue value is 182 (71.48% from 255 or 29.45% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5B6 is #004A49. Grayscale: #CBCBCB. Windows color (decimal): -19018 or 11974143. OLE color: 11974143.

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

Color convert

RGB255181182-
CMYK00.290.290
HSL359.19º100%85.49%-
HSV(B)359.19º29.02%100%-
XYZ66.2157.6951.9-
YUV203.24116.02164.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.26%
GREEN value IS 181 (71.09% from 255) = 29.29%
BLUE value IS 182 (71.48% from 255) = 29.45%
R=41.26%
G=29.29%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518118200.290.290359.1910085.49
HexFFB5B601D1D01676455
Octal377265266035350547144125
Binary11111111101101011011011001110111101010110011111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB5B6; }

 p { color: rgb(255,181,182); }

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

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

 a { background-color: rgb(255,181,182); }

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

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

 span { border-color: rgb(255,181,182); }

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