#F3BA90

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

Shades of Mandys Pink #F3BA90

Tints of Mandys Pink #F3BA90

Color information

#F3BA90 (or 0xF3BA90) is unknown color: approx Mandys Pink. HEX triplet: F3, BA and 90. RGB value is (243,186,144). Sum of RGB (Red+Green+Blue) = 243+186+144=573 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.41% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 144 (56.64% from 255 or 25.13% from 573); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BA90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3BA90 is #0C456F. Grayscale: #C6C6C6. Windows color (decimal): -804208 or 9485043. OLE color: 9485043.

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

Color convert

RGB243186144-
CMYK00.230.410.05
HSL25.45º80.49%75.88%-
HSV(B)25.45º40.74%95.29%-
XYZ59.5656.1934.09-
YUV198.2697.38159.92-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.41%
GREEN value IS 186 (73.05% from 255) = 32.46%
BLUE value IS 144 (56.64% from 255) = 25.13%
R=42.41%
G=32.46%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318614400.230.410.0525.4580.4975.88
HexF3BA9001729519504c
Octal36327222002751531120114
Binary1111001110111010100100000101111010011011100110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BA90; }

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

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

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

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

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

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

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

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