#FFB7BB

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

Shades of Light Pink #FFB7BB

Tints of Light Pink #FFB7BB

Color information

#FFB7BB (or 0xFFB7BB) is unknown color: approx Light Pink. HEX triplet: FF, B7 and BB. RGB value is (255,183,187). Sum of RGB (Red+Green+Blue) = 255+183+187=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 183 (71.88% from 255 or 29.28% from 625); Blue value is 187 (73.44% from 255 or 29.92% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB7BB is #004844. Grayscale: #CDCDCD. Windows color (decimal): -18501 or 12302335. OLE color: 12302335.

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

Color convert

RGB255183187-
CMYK00.280.270
HSL356.67º100%85.88%-
HSV(B)356.67º28.24%100%-
XYZ67.1458.7154.81-
YUV204.98117.85163.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.8%
GREEN value IS 183 (71.88% from 255) = 29.28%
BLUE value IS 187 (73.44% from 255) = 29.92%
R=40.8%
G=29.28%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518318700.280.270356.6710085.88
HexFFB7BB01C1B01656456
Octal377267273034330545144126
Binary11111111101101111011101101110011011010110010111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB7BB; }

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

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

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

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

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

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

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

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