#F5AE95

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

Shades of Mandys Pink #F5AE95

Tints of Mandys Pink #F5AE95

Color information

#F5AE95 (or 0xF5AE95) is unknown color: approx Mandys Pink. HEX triplet: F5, AE and 95. RGB value is (245,174,149). Sum of RGB (Red+Green+Blue) = 245+174+149=568 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.13% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 149 (58.59% from 255 or 26.23% from 568); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AE95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AE95 is #0A516A. Grayscale: #C0C0C0. Windows color (decimal): -676203 or 9809653. OLE color: 9809653.

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

Color convert

RGB245174149-
CMYK00.290.390.04
HSL15.63º82.76%77.25%-
HSV(B)15.63º39.18%96.08%-
XYZ58.2251.8535.37-
YUV192.38103.52165.53-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.13%
GREEN value IS 174 (68.36% from 255) = 30.63%
BLUE value IS 149 (58.59% from 255) = 26.23%
R=43.13%
G=30.63%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517414900.290.390.0415.6382.7677.25
HexF5AE9501D27410534d
Octal36525622503547420123115
Binary1111010110101110100101010111011001111001000010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AE95; }

 p { color: rgb(245,174,149); }

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

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

 a { background-color: rgb(245,174,149); }

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

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

 span { border-color: rgb(245,174,149); }

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