#FFB5BB

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

Shades of Light Pink #FFB5BB

Tints of Light Pink #FFB5BB

Color information

#FFB5BB (or 0xFFB5BB) is unknown color: approx Light Pink. HEX triplet: FF, B5 and BB. RGB value is (255,181,187). Sum of RGB (Red+Green+Blue) = 255+181+187=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 181 (71.09% from 255 or 29.05% from 623); Blue value is 187 (73.44% from 255 or 30.02% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5BB is #004A44. Grayscale: #CBCBCB. Windows color (decimal): -19013 or 12301823. OLE color: 12301823.

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

Color convert

RGB255181187-
CMYK00.290.270
HSL355.14º100%85.49%-
HSV(B)355.14º29.02%100%-
XYZ66.7357.954.67-
YUV203.81118.52164.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.93%
GREEN value IS 181 (71.09% from 255) = 29.05%
BLUE value IS 187 (73.44% from 255) = 30.02%
R=40.93%
G=29.05%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518118700.290.270355.1410085.49
HexFFB5BB01D1B01636455
Octal377265273035330543144125
Binary11111111101101011011101101110111011010110001111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB5BB; }

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

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

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

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

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

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

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

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