#FFB0B2

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

Shades of Light Pink #FFB0B2

Tints of Light Pink #FFB0B2

Color information

#FFB0B2 (or 0xFFB0B2) is unknown color: approx Light Pink. HEX triplet: FF, B0 and B2. RGB value is (255,176,178). Sum of RGB (Red+Green+Blue) = 255+176+178=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 176 (69.14% from 255 or 28.90% from 609); Blue value is 178 (69.92% from 255 or 29.23% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB0B2 is #004F4D. Grayscale: #C7C7C7. Windows color (decimal): -20302 or 11710719. OLE color: 11710719.

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

Color convert

RGB255176178-
CMYK00.310.300
HSL358.48º100%84.51%-
HSV(B)358.48º30.98%100%-
XYZ64.855.5349.42-
YUV199.85115.67167.34-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.87%
GREEN value IS 176 (69.14% from 255) = 28.90%
BLUE value IS 178 (69.92% from 255) = 29.23%
R=41.87%
G=28.90%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517617800.310.300358.4810084.51
HexFFB0B201F1E01666455
Octal377260262037360546144125
Binary11111111101100001011001001111111110010110011011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB0B2; }

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

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

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

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

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

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

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

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