#F5BEA0

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

Shades of Mandys Pink #F5BEA0

Tints of Mandys Pink #F5BEA0

Color information

#F5BEA0 (or 0xF5BEA0) is unknown color: approx Mandys Pink. HEX triplet: F5, BE and A0. RGB value is (245,190,160). Sum of RGB (Red+Green+Blue) = 245+190+160=595 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.18% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 160 (62.89% from 255 or 26.89% from 595); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BEA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BEA0 is #0A415F. Grayscale: #CBCBCB. Windows color (decimal): -672096 or 10534645. OLE color: 10534645.

HSL color Cylindrical-coordinate representation of color #F5BEA0: hue angle of 21.18º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F5BEA0 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB245190160-
CMYK00.220.350.04
HSL21.18º80.95%79.41%-
HSV(B)21.18º34.69%96.08%-
XYZ62.4158.7841.31-
YUV203.02103.72157.94-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.18%
GREEN value IS 190 (74.61% from 255) = 31.93%
BLUE value IS 160 (62.89% from 255) = 26.89%
R=41.18%
G=31.93%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519016000.220.350.0421.1880.9579.41
HexF5BEA001623415514f
Octal36527624002643425121117
Binary1111010110111110101000000101101000111001010110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BEA0; }

 p { color: rgb(245,190,160); }

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

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

 a { background-color: rgb(245,190,160); }

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

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

 span { border-color: rgb(245,190,160); }

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