#F0B796

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

Shades of Mandys Pink #F0B796

Tints of Mandys Pink #F0B796

Color information

#F0B796 (or 0xF0B796) is unknown color: approx Mandys Pink. HEX triplet: F0, B7 and 96. RGB value is (240,183,150). Sum of RGB (Red+Green+Blue) = 240+183+150=573 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.88% from 573); Green value is 183 (71.88% from 255 or 31.94% from 573); Blue value is 150 (58.98% from 255 or 26.18% from 573); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B796 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B796 is #0F4869. Grayscale: #C4C4C4. Windows color (decimal): -1001578 or 9877488. OLE color: 9877488.

HSL color Cylindrical-coordinate representation of color #F0B796: hue angle of 22º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0B796 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB240183150-
CMYK00.240.370.06
HSL22º75%76.47%-
HSV(B)22º37.5%94.12%-
XYZ58.3754.5936.32-
YUV196.28101.88159.18-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.88%
GREEN value IS 183 (71.88% from 255) = 31.94%
BLUE value IS 150 (58.98% from 255) = 26.18%
R=41.88%
G=31.94%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018315000.240.370.06227576.47
HexF0B796018256164b4c
Octal36026722603045626113114
Binary1111000010110111100101100110001001011101011010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B796; }

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

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

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

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

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

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

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

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