#FFB2B3

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

Shades of Light Pink #FFB2B3

Tints of Light Pink #FFB2B3

Color information

#FFB2B3 (or 0xFFB2B3) is unknown color: approx Light Pink. HEX triplet: FF, B2 and B3. RGB value is (255,178,179). Sum of RGB (Red+Green+Blue) = 255+178+179=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 178 (69.92% from 255 or 29.08% from 612); Blue value is 179 (70.31% from 255 or 29.25% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB2B3 is #004D4C. Grayscale: #C9C9C9. Windows color (decimal): -19789 or 11776767. OLE color: 11776767.

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

Color convert

RGB255178179-
CMYK00.300.300
HSL359.22º100%84.9%-
HSV(B)359.22º30.2%100%-
XYZ65.356.3650.08-
YUV201.14115.51166.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.67%
GREEN value IS 178 (69.92% from 255) = 29.08%
BLUE value IS 179 (70.31% from 255) = 29.25%
R=41.67%
G=29.08%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517817900.300.300359.2210084.9
HexFFB2B301E1E01676455
Octal377262263036360547144125
Binary11111111101100101011001101111011110010110011111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB2B3; }

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

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

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

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

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

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

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

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