#F1BA91

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

Shades of Mandys Pink #F1BA91

Tints of Mandys Pink #F1BA91

Color information

#F1BA91 (or 0xF1BA91) is unknown color: approx Mandys Pink. HEX triplet: F1, BA and 91. RGB value is (241,186,145). Sum of RGB (Red+Green+Blue) = 241+186+145=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 145 (57.03% from 255 or 25.35% from 572); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BA91 is #0E456E. Grayscale: #C5C5C5. Windows color (decimal): -935279 or 9550577. OLE color: 9550577.

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

Color convert

RGB241186145-
CMYK00.230.400.05
HSL25.63º77.42%75.69%-
HSV(B)25.63º39.83%94.51%-
XYZ58.9555.8634.46-
YUV197.7798.22158.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.13%
GREEN value IS 186 (73.05% from 255) = 32.52%
BLUE value IS 145 (57.03% from 255) = 25.35%
R=42.13%
G=32.52%
B=25.35%

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
Decimal24118614500.230.400.0525.6377.4275.69
HexF1BA910172851a4d4c
Octal36127222102750532115114
Binary1111000110111010100100010101111010001011101010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BA91; }

 p { color: rgb(241,186,145); }

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

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

 a { background-color: rgb(241,186,145); }

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

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

 span { border-color: rgb(241,186,145); }

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