#F0B997

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

Shades of Mandys Pink #F0B997

Tints of Mandys Pink #F0B997

Color information

#F0B997 (or 0xF0B997) is unknown color: approx Mandys Pink. HEX triplet: F0, B9 and 97. RGB value is (240,185,151). Sum of RGB (Red+Green+Blue) = 240+185+151=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 185 (72.66% from 255 or 32.12% from 576); Blue value is 151 (59.38% from 255 or 26.22% from 576); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B997 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B997 is #0F4668. Grayscale: #C5C5C5. Windows color (decimal): -1001065 or 9943536. OLE color: 9943536.

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

Color convert

RGB240185151-
CMYK00.230.370.06
HSL22.92º74.79%76.67%-
HSV(B)22.92º37.08%94.12%-
XYZ58.8755.4636.88-
YUV197.57101.72158.26-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.67%
GREEN value IS 185 (72.66% from 255) = 32.12%
BLUE value IS 151 (59.38% from 255) = 26.22%
R=41.67%
G=32.12%
B=26.22%

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
Decimal24018515100.230.370.0622.9274.7976.67
HexF0B997017256174b4d
Octal36027122702745627113115
Binary1111000010111001100101110101111001011101011110010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B997; }

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

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

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

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

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

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

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

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