#F5B394

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

Shades of Mandys Pink #F5B394

Tints of Mandys Pink #F5B394

Color information

#F5B394 (or 0xF5B394) is unknown color: approx Mandys Pink. HEX triplet: F5, B3 and 94. RGB value is (245,179,148). Sum of RGB (Red+Green+Blue) = 245+179+148=572 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.83% from 572); Green value is 179 (70.31% from 255 or 31.29% from 572); Blue value is 148 (58.20% from 255 or 25.87% from 572); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B394 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5B394 is #0A4C6B. Grayscale: #C3C3C3. Windows color (decimal): -674924 or 9745397. OLE color: 9745397.

HSL color Cylindrical-coordinate representation of color #F5B394: hue angle of 19.18º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F5B394 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB245179148-
CMYK00.270.400.04
HSL19.18º82.91%77.06%-
HSV(B)19.18º39.59%96.08%-
XYZ59.1253.7935.28-
YUV195.2101.37163.52-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.83%
GREEN value IS 179 (70.31% from 255) = 31.29%
BLUE value IS 148 (58.20% from 255) = 25.87%
R=42.83%
G=31.29%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517914800.270.400.0419.1882.9177.06
HexF5B39401B28413534d
Octal36526322403350423123115
Binary1111010110110011100101000110111010001001001110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B394; }

 p { color: rgb(245,179,148); }

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

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

 a { background-color: rgb(245,179,148); }

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

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

 span { border-color: rgb(245,179,148); }

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