#F0BA9B

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

Shades of Mandys Pink #F0BA9B

Tints of Mandys Pink #F0BA9B

Color information

#F0BA9B (or 0xF0BA9B) is unknown color: approx Mandys Pink. HEX triplet: F0, BA and 9B. RGB value is (240,186,155). Sum of RGB (Red+Green+Blue) = 240+186+155=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 155 (60.94% from 255 or 26.68% from 581); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BA9B is #0F4564. Grayscale: #C6C6C6. Windows color (decimal): -1000805 or 10205936. OLE color: 10205936.

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

Color convert

RGB240186155-
CMYK00.220.350.06
HSL21.88º73.91%77.45%-
HSV(B)21.88º35.42%94.12%-
XYZ59.4156.0138.69-
YUV198.61103.39157.52-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.31%
GREEN value IS 186 (73.05% from 255) = 32.01%
BLUE value IS 155 (60.94% from 255) = 26.68%
R=41.31%
G=32.01%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018615500.220.350.0621.8873.9177.45
HexF0BA9B016236164a4d
Octal36027223302643626112115
Binary1111000010111010100110110101101000111101011010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BA9B; }

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

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

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

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

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

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

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

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