#F0B996

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

Shades of Mandys Pink #F0B996

Tints of Mandys Pink #F0B996

Color information

#F0B996 (or 0xF0B996) is unknown color: approx Mandys Pink. HEX triplet: F0, B9 and 96. RGB value is (240,185,150). Sum of RGB (Red+Green+Blue) = 240+185+150=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 185 (72.66% from 255 or 32.17% from 575); Blue value is 150 (58.98% from 255 or 26.09% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B996 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B996 is #0F4669. Grayscale: #C5C5C5. Windows color (decimal): -1001066 or 9878000. OLE color: 9878000.

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

Color convert

RGB240185150-
CMYK00.230.370.06
HSL23.33º75%76.47%-
HSV(B)23.33º37.5%94.12%-
XYZ58.7955.4336.45-
YUV197.46101.22158.35-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.74%
GREEN value IS 185 (72.66% from 255) = 32.17%
BLUE value IS 150 (58.98% from 255) = 26.09%
R=41.74%
G=32.17%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018515000.230.370.0623.337576.47
HexF0B996017256174b4c
Octal36027122602745627113114
Binary1111000010111001100101100101111001011101011110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B996; }

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

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

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

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

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

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

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

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