#F3BC8E

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

Shades of Mandys Pink #F3BC8E

Tints of Mandys Pink #F3BC8E

Color information

#F3BC8E (or 0xF3BC8E) is unknown color: approx Mandys Pink. HEX triplet: F3, BC and 8E. RGB value is (243,188,142). Sum of RGB (Red+Green+Blue) = 243+188+142=573 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.41% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 142 (55.86% from 255 or 24.78% from 573); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BC8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3BC8E is #0C4371. Grayscale: #C7C7C7. Windows color (decimal): -803698 or 9354483. OLE color: 9354483.

HSL color Cylindrical-coordinate representation of color #F3BC8E: hue angle of 27.33º 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 #F3BC8E is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB243188142-
CMYK00.230.420.05
HSL27.33º80.8%75.49%-
HSV(B)27.33º41.56%95.29%-
XYZ59.8356.9733.44-
YUV199.295.72159.24-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.41%
GREEN value IS 188 (73.83% from 255) = 32.81%
BLUE value IS 142 (55.86% from 255) = 24.78%
R=42.41%
G=32.81%
B=24.78%

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
Decimal24318814200.230.420.0527.3380.875.49
HexF3BC8E0172A51b514b
Octal36327421602752533121113
Binary1111001110111100100011100101111010101011101110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BC8E; }

 p { color: rgb(243,188,142); }

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

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

 a { background-color: rgb(243,188,142); }

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

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

 span { border-color: rgb(243,188,142); }

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