#FFB2B6

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

Shades of Light Pink #FFB2B6

Tints of Light Pink #FFB2B6

Color information

#FFB2B6 (or 0xFFB2B6) is unknown color: approx Light Pink. HEX triplet: FF, B2 and B6. RGB value is (255,178,182). Sum of RGB (Red+Green+Blue) = 255+178+182=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 178 (69.92% from 255 or 28.94% from 615); Blue value is 182 (71.48% from 255 or 29.59% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB2B6 is #004D49. Grayscale: #C9C9C9. Windows color (decimal): -19786 or 11973375. OLE color: 11973375.

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

Color convert

RGB255178182-
CMYK00.300.290
HSL356.88º100%84.9%-
HSV(B)356.88º30.2%100%-
XYZ65.656.4851.7-
YUV201.48117.01166.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.46%
GREEN value IS 178 (69.92% from 255) = 28.94%
BLUE value IS 182 (71.48% from 255) = 29.59%
R=41.46%
G=28.94%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517818200.300.290356.8810084.9
HexFFB2B601E1D01656455
Octal377262266036350545144125
Binary11111111101100101011011001111011101010110010111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB2B6; }

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

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

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

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

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

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

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

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