#F1B396

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

Shades of Mandys Pink #F1B396

Tints of Mandys Pink #F1B396

Color information

#F1B396 (or 0xF1B396) is unknown color: approx Mandys Pink. HEX triplet: F1, B3 and 96. RGB value is (241,179,150). Sum of RGB (Red+Green+Blue) = 241+179+150=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 179 (70.31% from 255 or 31.40% from 570); Blue value is 150 (58.98% from 255 or 26.32% from 570); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B396 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B396 is #0E4C69. Grayscale: #C2C2C2. Windows color (decimal): -937066 or 9876465. OLE color: 9876465.

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

Color convert

RGB241179150-
CMYK00.260.380.05
HSL19.12º76.47%76.67%-
HSV(B)19.12º37.76%94.51%-
XYZ57.953.1436.06-
YUV194.23103.04161.36-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.28%
GREEN value IS 179 (70.31% from 255) = 31.40%
BLUE value IS 150 (58.98% from 255) = 26.32%
R=42.28%
G=31.40%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117915000.260.380.0519.1276.4776.67
HexF1B39601A265134c4d
Octal36126322603246523114115
Binary1111000110110011100101100110101001101011001110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B396; }

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

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

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

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

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

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

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

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