#F3BA8C

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

Shades of Mandys Pink #F3BA8C

Tints of Mandys Pink #F3BA8C

Color information

#F3BA8C (or 0xF3BA8C) is unknown color: approx Mandys Pink. HEX triplet: F3, BA and 8C. RGB value is (243,186,140). Sum of RGB (Red+Green+Blue) = 243+186+140=569 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.71% from 569); Green value is 186 (73.05% from 255 or 32.69% from 569); Blue value is 140 (55.08% from 255 or 24.60% from 569); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BA8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3BA8C is #0C4573. Grayscale: #C6C6C6. Windows color (decimal): -804212 or 9222899. OLE color: 9222899.

HSL color Cylindrical-coordinate representation of color #F3BA8C: hue angle of 26.8º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F3BA8C is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB243186140-
CMYK00.230.420.05
HSL26.8º81.1%75.1%-
HSV(B)26.8º42.39%95.29%-
XYZ59.2556.0732.51-
YUV197.895.38160.24-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.71%
GREEN value IS 186 (73.05% from 255) = 32.69%
BLUE value IS 140 (55.08% from 255) = 24.60%
R=42.71%
G=32.69%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318614000.230.420.0526.881.175.1
HexF3BA8C0172A51b514b
Octal36327221402752533121113
Binary1111001110111010100011000101111010101011101110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BA8C; }

 p { color: rgb(243,186,140); }

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

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

 a { background-color: rgb(243,186,140); }

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

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

 span { border-color: rgb(243,186,140); }

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