#F0B595

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

Shades of Mandys Pink #F0B595

Tints of Mandys Pink #F0B595

Color information

#F0B595 (or 0xF0B595) is unknown color: approx Mandys Pink. HEX triplet: F0, B5 and 95. RGB value is (240,181,149). Sum of RGB (Red+Green+Blue) = 240+181+149=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 181 (71.09% from 255 or 31.75% from 570); Blue value is 149 (58.59% from 255 or 26.14% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B595 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B595 is #0F4A6A. Grayscale: #C3C3C3. Windows color (decimal): -1002091 or 9811440. OLE color: 9811440.

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

Color convert

RGB240181149-
CMYK00.250.380.06
HSL21.1º75.21%76.27%-
HSV(B)21.1º37.92%94.12%-
XYZ57.8853.7435.76-
YUV194.99102.05160.1-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.11%
GREEN value IS 181 (71.09% from 255) = 31.75%
BLUE value IS 149 (58.59% from 255) = 26.14%
R=42.11%
G=31.75%
B=26.14%

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
Decimal24018114900.250.380.0621.175.2176.27
HexF0B595019266154b4c
Octal36026522503146625113114
Binary1111000010110101100101010110011001101101010110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B595; }

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

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

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

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

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

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

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

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