#F6BA9D

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

Shades of Mandys Pink #F6BA9D

Tints of Mandys Pink #F6BA9D

Color information

#F6BA9D (or 0xF6BA9D) is unknown color: approx Mandys Pink. HEX triplet: F6, BA and 9D. RGB value is (246,186,157). Sum of RGB (Red+Green+Blue) = 246+186+157=589 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.77% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 157 (61.72% from 255 or 26.66% from 589); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BA9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BA9D is #094562. Grayscale: #C8C8C8. Windows color (decimal): -607587 or 10337014. OLE color: 10337014.

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

Color convert

RGB246186157-
CMYK00.240.360.04
HSL19.55º83.18%79.02%-
HSV(B)19.55º36.18%96.47%-
XYZ61.6557.1439.68-
YUV200.63103.38160.36-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.77%
GREEN value IS 186 (73.05% from 255) = 31.58%
BLUE value IS 157 (61.72% from 255) = 26.66%
R=41.77%
G=31.58%
B=26.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618615700.240.360.0419.5583.1879.02
HexF6BA9D01824414534f
Octal36627223503044424123117
Binary1111011010111010100111010110001001001001010010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BA9D; }

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

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

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

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

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

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

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

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