#FFB2BB

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

Shades of Light Pink #FFB2BB

Tints of Light Pink #FFB2BB

Color information

#FFB2BB (or 0xFFB2BB) is unknown color: approx Light Pink. HEX triplet: FF, B2 and BB. RGB value is (255,178,187). Sum of RGB (Red+Green+Blue) = 255+178+187=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 178 (69.92% from 255 or 28.71% from 620); Blue value is 187 (73.44% from 255 or 30.16% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB2BB is #004D44. Grayscale: #CACACA. Windows color (decimal): -19781 or 12301055. OLE color: 12301055.

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

Color convert

RGB255178187-
CMYK00.300.270
HSL352.99º100%84.9%-
HSV(B)352.99º30.2%100%-
XYZ66.1356.6954.47-
YUV202.05119.51165.77-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.13%
GREEN value IS 178 (69.92% from 255) = 28.71%
BLUE value IS 187 (73.44% from 255) = 30.16%
R=41.13%
G=28.71%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517818700.300.270352.9910084.9
HexFFB2BB01E1B01616455
Octal377262273036330541144125
Binary11111111101100101011101101111011011010110000111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB2BB; }

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

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

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

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

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

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

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

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