#F1B996

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

Shades of Mandys Pink #F1B996

Tints of Mandys Pink #F1B996

Color information

#F1B996 (or 0xF1B996) is unknown color: approx Mandys Pink. HEX triplet: F1, B9 and 96. RGB value is (241,185,150). Sum of RGB (Red+Green+Blue) = 241+185+150=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 185 (72.66% from 255 or 32.12% from 576); Blue value is 150 (58.98% from 255 or 26.04% from 576); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B996 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B996 is #0E4669. Grayscale: #C5C5C5. Windows color (decimal): -935530 or 9878001. OLE color: 9878001.

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

Color convert

RGB241185150-
CMYK00.230.380.05
HSL23.08º76.47%76.67%-
HSV(B)23.08º37.76%94.51%-
XYZ59.1355.636.47-
YUV197.75101.05158.85-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.84%
GREEN value IS 185 (72.66% from 255) = 32.12%
BLUE value IS 150 (58.98% from 255) = 26.04%
R=41.84%
G=32.12%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118515000.230.380.0523.0876.4776.67
HexF1B996017265174c4d
Octal36127122602746527114115
Binary1111000110111001100101100101111001101011011110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B996; }

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

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

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

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

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

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

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

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