#F0BA99

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

Shades of Mandys Pink #F0BA99

Tints of Mandys Pink #F0BA99

Color information

#F0BA99 (or 0xF0BA99) is unknown color: approx Mandys Pink. HEX triplet: F0, BA and 99. RGB value is (240,186,153). Sum of RGB (Red+Green+Blue) = 240+186+153=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 153 (60.16% from 255 or 26.42% from 579); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BA99 is #0F4566. Grayscale: #C6C6C6. Windows color (decimal): -1000807 or 10074864. OLE color: 10074864.

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

Color convert

RGB240186153-
CMYK00.220.360.06
HSL22.76º74.36%77.06%-
HSV(B)22.76º36.25%94.12%-
XYZ59.2455.9437.81-
YUV198.38102.39157.68-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.45%
GREEN value IS 186 (73.05% from 255) = 32.12%
BLUE value IS 153 (60.16% from 255) = 26.42%
R=41.45%
G=32.12%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018615300.220.360.0622.7674.3677.06
HexF0BA99016246174a4d
Octal36027223102644627112115
Binary1111000010111010100110010101101001001101011110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BA99; }

 p { color: rgb(240,186,153); }

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

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

 a { background-color: rgb(240,186,153); }

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

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

 span { border-color: rgb(240,186,153); }

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