#F3BA92

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

Shades of Mandys Pink #F3BA92

Tints of Mandys Pink #F3BA92

Color information

#F3BA92 (or 0xF3BA92) is unknown color: approx Mandys Pink. HEX triplet: F3, BA and 92. RGB value is (243,186,146). Sum of RGB (Red+Green+Blue) = 243+186+146=575 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.26% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 146 (57.42% from 255 or 25.39% from 575); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BA92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3BA92 is #0C456D. Grayscale: #C6C6C6. Windows color (decimal): -804206 or 9616115. OLE color: 9616115.

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

Color convert

RGB243186146-
CMYK00.230.400.05
HSL24.74º80.17%76.27%-
HSV(B)24.74º39.92%95.29%-
XYZ59.7156.2534.9-
YUV198.4898.38159.75-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.26%
GREEN value IS 186 (73.05% from 255) = 32.35%
BLUE value IS 146 (57.42% from 255) = 25.39%
R=42.26%
G=32.35%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318614600.230.400.0524.7480.1776.27
HexF3BA9201728519504c
Octal36327222202750531120114
Binary1111001110111010100100100101111010001011100110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BA92; }

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

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

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

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

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

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

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

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