#F3BA95

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

Shades of Mandys Pink #F3BA95

Tints of Mandys Pink #F3BA95

Color information

#F3BA95 (or 0xF3BA95) is unknown color: approx Mandys Pink. HEX triplet: F3, BA and 95. RGB value is (243,186,149). Sum of RGB (Red+Green+Blue) = 243+186+149=578 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.04% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 149 (58.59% from 255 or 25.78% from 578); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BA95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3BA95 is #0C456A. Grayscale: #C7C7C7. Windows color (decimal): -804203 or 9812723. OLE color: 9812723.

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

Color convert

RGB243186149-
CMYK00.230.390.05
HSL23.62º79.66%76.86%-
HSV(B)23.62º38.68%95.29%-
XYZ59.9556.3436.15-
YUV198.8299.88159.51-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.04%
GREEN value IS 186 (73.05% from 255) = 32.18%
BLUE value IS 149 (58.59% from 255) = 25.78%
R=42.04%
G=32.18%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318614900.230.390.0523.6279.6676.86
HexF3BA9501727518504d
Octal36327222502747530120115
Binary1111001110111010100101010101111001111011100010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BA95; }

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

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

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

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

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

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

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

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