#F2B796

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

Shades of Mandys Pink #F2B796

Tints of Mandys Pink #F2B796

Color information

#F2B796 (or 0xF2B796) is unknown color: approx Mandys Pink. HEX triplet: F2, B7 and 96. RGB value is (242,183,150). Sum of RGB (Red+Green+Blue) = 242+183+150=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 183 (71.88% from 255 or 31.83% from 575); Blue value is 150 (58.98% from 255 or 26.09% from 575); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B796 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B796 is #0D4869. Grayscale: #C5C5C5. Windows color (decimal): -870506 or 9877490. OLE color: 9877490.

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

Color convert

RGB242183150-
CMYK00.240.380.05
HSL21.52º77.97%76.86%-
HSV(B)21.52º38.02%94.9%-
XYZ59.0654.9536.35-
YUV196.88101.55160.18-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.09%
GREEN value IS 183 (71.88% from 255) = 31.83%
BLUE value IS 150 (58.98% from 255) = 26.09%
R=42.09%
G=31.83%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218315000.240.380.0521.5277.9776.86
HexF2B796018265164e4d
Octal36226722603046526116115
Binary1111001010110111100101100110001001101011011010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B796; }

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

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

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

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

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

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

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

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