#F1B596

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

Shades of Mandys Pink #F1B596

Tints of Mandys Pink #F1B596

Color information

#F1B596 (or 0xF1B596) is unknown color: approx Mandys Pink. HEX triplet: F1, B5 and 96. RGB value is (241,181,150). Sum of RGB (Red+Green+Blue) = 241+181+150=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 181 (71.09% from 255 or 31.64% from 572); Blue value is 150 (58.98% from 255 or 26.22% from 572); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B596 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B596 is #0E4A69. Grayscale: #C3C3C3. Windows color (decimal): -936554 or 9876977. OLE color: 9876977.

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

Color convert

RGB241181150-
CMYK00.250.380.05
HSL20.44º76.47%76.67%-
HSV(B)20.44º37.76%94.51%-
XYZ58.353.9536.19-
YUV195.41102.38160.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.13%
GREEN value IS 181 (71.09% from 255) = 31.64%
BLUE value IS 150 (58.98% from 255) = 26.22%
R=42.13%
G=31.64%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118115000.250.380.0520.4476.4776.67
HexF1B596019265144c4d
Octal36126522603146524114115
Binary1111000110110101100101100110011001101011010010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B596; }

 p { color: rgb(241,181,150); }

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

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

 a { background-color: rgb(241,181,150); }

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

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

 span { border-color: rgb(241,181,150); }

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