#F6BA8B

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

Shades of Mandys Pink #F6BA8B

Tints of Mandys Pink #F6BA8B

Color information

#F6BA8B (or 0xF6BA8B) is unknown color: approx Mandys Pink. HEX triplet: F6, BA and 8B. RGB value is (246,186,139). Sum of RGB (Red+Green+Blue) = 246+186+139=571 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.08% from 571); Green value is 186 (73.05% from 255 or 32.57% from 571); Blue value is 139 (54.69% from 255 or 24.34% from 571); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BA8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BA8B is #094574. Grayscale: #C6C6C6. Windows color (decimal): -607605 or 9157366. OLE color: 9157366.

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

Color convert

RGB246186139-
CMYK00.240.430.04
HSL26.36º85.6%75.49%-
HSV(B)26.36º43.5%96.47%-
XYZ60.2356.5732.17-
YUV198.5894.38161.82-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.08%
GREEN value IS 186 (73.05% from 255) = 32.57%
BLUE value IS 139 (54.69% from 255) = 24.34%
R=43.08%
G=32.57%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618613900.240.430.0426.3685.675.49
HexF6BA8B0182B41a564b
Octal36627221303053432126113
Binary1111011010111010100010110110001010111001101010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BA8B; }

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

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

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

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

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

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

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

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