#F0BA98

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

Shades of Mandys Pink #F0BA98

Tints of Mandys Pink #F0BA98

Color information

#F0BA98 (or 0xF0BA98) is unknown color: approx Mandys Pink. HEX triplet: F0, BA and 98. RGB value is (240,186,152). Sum of RGB (Red+Green+Blue) = 240+186+152=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 152 (59.77% from 255 or 26.30% from 578); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BA98 is #0F4567. Grayscale: #C6C6C6. Windows color (decimal): -1000808 or 10009328. OLE color: 10009328.

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

Color convert

RGB240186152-
CMYK00.220.370.06
HSL23.18º74.58%76.86%-
HSV(B)23.18º36.67%94.12%-
XYZ59.1655.9137.38-
YUV198.27101.89157.76-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.52%
GREEN value IS 186 (73.05% from 255) = 32.18%
BLUE value IS 152 (59.77% from 255) = 26.30%
R=41.52%
G=32.18%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018615200.220.370.0623.1874.5876.86
HexF0BA98016256174b4d
Octal36027223002645627113115
Binary1111000010111010100110000101101001011101011110010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BA98; }

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

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

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

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

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

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

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

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