#F2B496

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

Shades of Mandys Pink #F2B496

Tints of Mandys Pink #F2B496

Color information

#F2B496 (or 0xF2B496) is unknown color: approx Mandys Pink. HEX triplet: F2, B4 and 96. RGB value is (242,180,150). Sum of RGB (Red+Green+Blue) = 242+180+150=572 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.31% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 150 (58.98% from 255 or 26.22% from 572); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B496 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B496 is #0D4B69. Grayscale: #C3C3C3. Windows color (decimal): -871274 or 9876722. OLE color: 9876722.

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

Color convert

RGB242180150-
CMYK00.260.380.05
HSL19.57º77.97%76.86%-
HSV(B)19.57º38.02%94.9%-
XYZ58.4453.7236.14-
YUV195.12102.54161.44-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.31%
GREEN value IS 180 (70.70% from 255) = 31.47%
BLUE value IS 150 (58.98% from 255) = 26.22%
R=42.31%
G=31.47%
B=26.22%

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
Decimal24218015000.260.380.0519.5777.9776.86
HexF2B49601A265144e4d
Octal36226422603246524116115
Binary1111001010110100100101100110101001101011010010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B496; }

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

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

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

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

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

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

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

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