#F0B195

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

Shades of Mandys Pink #F0B195

Tints of Mandys Pink #F0B195

Color information

#F0B195 (or 0xF0B195) is unknown color: approx Mandys Pink. HEX triplet: F0, B1 and 95. RGB value is (240,177,149). Sum of RGB (Red+Green+Blue) = 240+177+149=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 177 (69.53% from 255 or 31.27% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B195 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B195 is #0F4E6A. Grayscale: #C0C0C0. Windows color (decimal): -1003115 or 9810416. OLE color: 9810416.

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

Color convert

RGB240177149-
CMYK00.260.380.06
HSL18.46º75.21%76.27%-
HSV(B)18.46º37.92%94.12%-
XYZ57.0852.1435.49-
YUV192.64103.37161.78-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.40%
GREEN value IS 177 (69.53% from 255) = 31.27%
BLUE value IS 149 (58.59% from 255) = 26.33%
R=42.40%
G=31.27%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017714900.260.380.0618.4675.2176.27
HexF0B19501A266124b4c
Octal36026122503246622113114
Binary1111000010110001100101010110101001101101001010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B195; }

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

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

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

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

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

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

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

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