#F0B696

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

Shades of Mandys Pink #F0B696

Tints of Mandys Pink #F0B696

Color information

#F0B696 (or 0xF0B696) is unknown color: approx Mandys Pink. HEX triplet: F0, B6 and 96. RGB value is (240,182,150). Sum of RGB (Red+Green+Blue) = 240+182+150=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 182 (71.48% from 255 or 31.82% from 572); Blue value is 150 (58.98% from 255 or 26.22% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B696 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B696 is #0F4969. Grayscale: #C3C3C3. Windows color (decimal): -1001834 or 9877232. OLE color: 9877232.

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

Color convert

RGB240182150-
CMYK00.240.370.06
HSL21.33º75%76.47%-
HSV(B)21.33º37.5%94.12%-
XYZ58.1754.1836.25-
YUV195.69102.22159.6-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.96%
GREEN value IS 182 (71.48% from 255) = 31.82%
BLUE value IS 150 (58.98% from 255) = 26.22%
R=41.96%
G=31.82%
B=26.22%

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
Decimal24018215000.240.370.0621.337576.47
HexF0B696018256154b4c
Octal36026622603045625113114
Binary1111000010110110100101100110001001011101010110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B696; }

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

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

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

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

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

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

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

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