#F6B5BA

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

Shades of Light Pink #F6B5BA

Tints of Light Pink #F6B5BA

Color information

#F6B5BA (or 0xF6B5BA) is unknown color: approx Light Pink. HEX triplet: F6, B5 and BA. RGB value is (246,181,186). Sum of RGB (Red+Green+Blue) = 246+181+186=613 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.13% from 613); Green value is 181 (71.09% from 255 or 29.53% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B5BA is #094A45. Grayscale: #C9C9C9. Windows color (decimal): -608838 or 12236278. OLE color: 12236278.

HSL color Cylindrical-coordinate representation of color #F6B5BA: hue angle of 355.38º degrees, saturation: 0.78, 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 #F6B5BA is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB246181186-
CMYK00.260.240.04
HSL355.38º78.31%83.73%-
HSV(B)355.38º26.42%96.47%-
XYZ63.3956.1953.96-
YUV201119.53160.09-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.13%
GREEN value IS 181 (71.09% from 255) = 29.53%
BLUE value IS 186 (73.05% from 255) = 30.34%
R=40.13%
G=29.53%
B=30.34%

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
Decimal24618118600.260.240.04355.3878.3183.73
HexF6B5BA01A1841634e54
Octal366265272032304543116124
Binary1111011010110101101110100110101100010010110001110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B5BA; }

 p { color: rgb(246,181,186); }

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

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

 a { background-color: rgb(246,181,186); }

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

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

 span { border-color: rgb(246,181,186); }

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