#F1B392

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

Shades of Mandys Pink #F1B392

Tints of Mandys Pink #F1B392

Color information

#F1B392 (or 0xF1B392) is unknown color: approx Mandys Pink. HEX triplet: F1, B3 and 92. RGB value is (241,179,146). Sum of RGB (Red+Green+Blue) = 241+179+146=566 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.58% from 566); Green value is 179 (70.31% from 255 or 31.63% from 566); Blue value is 146 (57.42% from 255 or 25.80% from 566); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B392 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B392 is #0E4C6D. Grayscale: #C1C1C1. Windows color (decimal): -937070 or 9614321. OLE color: 9614321.

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

Color convert

RGB241179146-
CMYK00.260.390.05
HSL20.84º77.24%75.88%-
HSV(B)20.84º39.42%94.51%-
XYZ57.5853.0234.39-
YUV193.78101.04161.68-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.58%
GREEN value IS 179 (70.31% from 255) = 31.63%
BLUE value IS 146 (57.42% from 255) = 25.80%
R=42.58%
G=31.63%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117914600.260.390.0520.8477.2475.88
HexF1B39201A275154d4c
Octal36126322203247525115114
Binary1111000110110011100100100110101001111011010110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B392; }

 p { color: rgb(241,179,146); }

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

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

 a { background-color: rgb(241,179,146); }

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

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

 span { border-color: rgb(241,179,146); }

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