#F5B6BB

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

Shades of Light Pink #F5B6BB

Tints of Light Pink #F5B6BB

Color information

#F5B6BB (or 0xF5B6BB) is unknown color: approx Light Pink. HEX triplet: F5, B6 and BB. RGB value is (245,182,187). Sum of RGB (Red+Green+Blue) = 245+182+187=614 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.90% from 614); Green value is 182 (71.48% from 255 or 29.64% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B6BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B6BB is #0A4944. Grayscale: #C9C9C9. Windows color (decimal): -674117 or 12302069. OLE color: 12302069.

HSL color Cylindrical-coordinate representation of color #F5B6BB: hue angle of 355.24º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F5B6BB is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB245182187-
CMYK00.260.240.04
HSL355.24º75.9%83.73%-
HSV(B)355.24º25.71%96.08%-
XYZ63.3556.4654.57-
YUV201.41119.87159.09-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.90%
GREEN value IS 182 (71.48% from 255) = 29.64%
BLUE value IS 187 (73.44% from 255) = 30.46%
R=39.90%
G=29.64%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518218700.260.240.04355.2475.983.73
HexF5B6BB01A1841634c54
Octal365266273032304543114124
Binary1111010110110110101110110110101100010010110001110011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B6BB; }

 p { color: rgb(245,182,187); }

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

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

 a { background-color: rgb(245,182,187); }

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

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

 span { border-color: rgb(245,182,187); }

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