#F0B095

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

Shades of Mandys Pink #F0B095

Tints of Mandys Pink #F0B095

Color information

#F0B095 (or 0xF0B095) is unknown color: approx Mandys Pink. HEX triplet: F0, B0 and 95. RGB value is (240,176,149). Sum of RGB (Red+Green+Blue) = 240+176+149=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 149 (58.59% from 255 or 26.37% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B095 is #0F4F6A. Grayscale: #C0C0C0. Windows color (decimal): -1003371 or 9810160. OLE color: 9810160.

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

Color convert

RGB240176149-
CMYK00.270.380.06
HSL17.8º75.21%76.27%-
HSV(B)17.8º37.92%94.12%-
XYZ56.8951.7535.42-
YUV192.06103.7162.2-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.48%
GREEN value IS 176 (69.14% from 255) = 31.15%
BLUE value IS 149 (58.59% from 255) = 26.37%
R=42.48%
G=31.15%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017614900.270.380.0617.875.2176.27
HexF0B09501B266124b4c
Octal36026022503346622113114
Binary1111000010110000100101010110111001101101001010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B095; }

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

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

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

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

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

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

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

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