#F2B197

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

Shades of Mandys Pink #F2B197

Tints of Mandys Pink #F2B197

Color information

#F2B197 (or 0xF2B197) is unknown color: approx Mandys Pink. HEX triplet: F2, B1 and 97. RGB value is (242,177,151). Sum of RGB (Red+Green+Blue) = 242+177+151=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 177 (69.53% from 255 or 31.05% from 570); Blue value is 151 (59.38% from 255 or 26.49% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B197 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2B197 is #0D4E68. Grayscale: #C1C1C1. Windows color (decimal): -872041 or 9941490. OLE color: 9941490.

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

Color convert

RGB242177151-
CMYK00.270.380.05
HSL17.14º77.78%77.06%-
HSV(B)17.14º37.6%94.9%-
XYZ57.9352.5636.37-
YUV193.47104.03162.61-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.46%
GREEN value IS 177 (69.53% from 255) = 31.05%
BLUE value IS 151 (59.38% from 255) = 26.49%
R=42.46%
G=31.05%
B=26.49%

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
Decimal24217715100.270.380.0517.1477.7877.06
HexF2B19701B265114e4d
Octal36226122703346521116115
Binary1111001010110001100101110110111001101011000110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B197; }

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

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

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

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

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

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

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

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