#FFB9BB

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

Shades of Light Pink #FFB9BB

Tints of Light Pink #FFB9BB

Color information

#FFB9BB (or 0xFFB9BB) is unknown color: approx Light Pink. HEX triplet: FF, B9 and BB. RGB value is (255,185,187). Sum of RGB (Red+Green+Blue) = 255+185+187=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 185 (72.66% from 255 or 29.51% from 627); Blue value is 187 (73.44% from 255 or 29.82% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB9BB is #004644. Grayscale: #CECECE. Windows color (decimal): -17989 or 12302847. OLE color: 12302847.

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

Color convert

RGB255185187-
CMYK00.270.270
HSL358.29º100%86.27%-
HSV(B)358.29º27.45%100%-
XYZ67.5659.5554.95-
YUV206.16117.19162.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.67%
GREEN value IS 185 (72.66% from 255) = 29.51%
BLUE value IS 187 (73.44% from 255) = 29.82%
R=40.67%
G=29.51%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518518700.270.270358.2910086.27
HexFFB9BB01B1B01666456
Octal377271273033330546144126
Binary11111111101110011011101101101111011010110011011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB9BB; }

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

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

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

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

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

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

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

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