#F0B495

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

Shades of Mandys Pink #F0B495

Tints of Mandys Pink #F0B495

Color information

#F0B495 (or 0xF0B495) is unknown color: approx Mandys Pink. HEX triplet: F0, B4 and 95. RGB value is (240,180,149). Sum of RGB (Red+Green+Blue) = 240+180+149=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 180 (70.70% from 255 or 31.63% from 569); Blue value is 149 (58.59% from 255 or 26.19% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B495 is #0F4B6A. Grayscale: #C2C2C2. Windows color (decimal): -1002347 or 9811184. OLE color: 9811184.

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

Color convert

RGB240180149-
CMYK00.250.380.06
HSL20.44º75.21%76.27%-
HSV(B)20.44º37.92%94.12%-
XYZ57.6853.3435.69-
YUV194.41102.38160.52-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.18%
GREEN value IS 180 (70.70% from 255) = 31.63%
BLUE value IS 149 (58.59% from 255) = 26.19%
R=42.18%
G=31.63%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018014900.250.380.0620.4475.2176.27
HexF0B495019266144b4c
Octal36026422503146624113114
Binary1111000010110100100101010110011001101101010010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B495; }

 p { color: rgb(240,180,149); }

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

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

 a { background-color: rgb(240,180,149); }

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

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

 span { border-color: rgb(240,180,149); }

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