#F2B196

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

Shades of Mandys Pink #F2B196

Tints of Mandys Pink #F2B196

Color information

#F2B196 (or 0xF2B196) is unknown color: approx Mandys Pink. HEX triplet: F2, B1 and 96. RGB value is (242,177,150). Sum of RGB (Red+Green+Blue) = 242+177+150=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 177 (69.53% from 255 or 31.11% from 569); Blue value is 150 (58.98% from 255 or 26.36% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B196 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2B196 is #0D4E69. Grayscale: #C1C1C1. Windows color (decimal): -872042 or 9875954. OLE color: 9875954.

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

Color convert

RGB242177150-
CMYK00.270.380.05
HSL17.61º77.97%76.86%-
HSV(B)17.61º38.02%94.9%-
XYZ57.8552.5235.94-
YUV193.36103.53162.7-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.53%
GREEN value IS 177 (69.53% from 255) = 31.11%
BLUE value IS 150 (58.98% from 255) = 26.36%
R=42.53%
G=31.11%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217715000.270.380.0517.6177.9776.86
HexF2B19601B265124e4d
Octal36226122603346522116115
Binary1111001010110001100101100110111001101011001010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B196; }

 p { color: rgb(242,177,150); }

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

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

 a { background-color: rgb(242,177,150); }

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

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

 span { border-color: rgb(242,177,150); }

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