#F0B192

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

Shades of Mandys Pink #F0B192

Tints of Mandys Pink #F0B192

Color information

#F0B192 (or 0xF0B192) is unknown color: approx Mandys Pink. HEX triplet: F0, B1 and 92. RGB value is (240,177,146). Sum of RGB (Red+Green+Blue) = 240+177+146=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 177 (69.53% from 255 or 31.44% from 563); Blue value is 146 (57.42% from 255 or 25.93% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B192 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B192 is #0F4E6D. Grayscale: #C0C0C0. Windows color (decimal): -1003118 or 9613808. OLE color: 9613808.

HSL color Cylindrical-coordinate representation of color #F0B192: hue angle of 19.79º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F0B192 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB240177146-
CMYK00.260.390.06
HSL19.79º75.81%75.69%-
HSV(B)19.79º39.17%94.12%-
XYZ56.8552.0434.24-
YUV192.3101.87162.02-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.63%
GREEN value IS 177 (69.53% from 255) = 31.44%
BLUE value IS 146 (57.42% from 255) = 25.93%
R=42.63%
G=31.44%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017714600.260.390.0619.7975.8175.69
HexF0B19201A276144c4c
Octal36026122203247624114114
Binary1111000010110001100100100110101001111101010010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B192; }

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

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

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

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

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

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

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

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