#F1B296

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

Shades of Mandys Pink #F1B296

Tints of Mandys Pink #F1B296

Color information

#F1B296 (or 0xF1B296) is unknown color: approx Mandys Pink. HEX triplet: F1, B2 and 96. RGB value is (241,178,150). Sum of RGB (Red+Green+Blue) = 241+178+150=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 178 (69.92% from 255 or 31.28% from 569); Blue value is 150 (58.98% from 255 or 26.36% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B296 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1B296 is #0E4D69. Grayscale: #C1C1C1. Windows color (decimal): -937322 or 9876209. OLE color: 9876209.

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

Color convert

RGB241178150-
CMYK00.260.380.05
HSL18.46º76.47%76.67%-
HSV(B)18.46º37.76%94.51%-
XYZ57.752.7435.99-
YUV193.64103.37161.78-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.36%
GREEN value IS 178 (69.92% from 255) = 31.28%
BLUE value IS 150 (58.98% from 255) = 26.36%
R=42.36%
G=31.28%
B=26.36%

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
Decimal24117815000.260.380.0518.4676.4776.67
HexF1B29601A265124c4d
Octal36126222603246522114115
Binary1111000110110010100101100110101001101011001010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B296; }

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

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

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

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

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

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

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

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