#F6AE96

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

Shades of Mandys Pink #F6AE96

Tints of Mandys Pink #F6AE96

Color information

#F6AE96 (or 0xF6AE96) is unknown color: approx Mandys Pink. HEX triplet: F6, AE and 96. RGB value is (246,174,150). Sum of RGB (Red+Green+Blue) = 246+174+150=570 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.16% from 570); Green value is 174 (68.36% from 255 or 30.53% from 570); Blue value is 150 (58.98% from 255 or 26.32% from 570); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AE96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6AE96 is #095169. Grayscale: #C0C0C0. Windows color (decimal): -610666 or 9875190. OLE color: 9875190.

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

Color convert

RGB246174150-
CMYK00.290.390.04
HSL15º84.21%77.65%-
HSV(B)15º39.02%96.47%-
XYZ58.6552.0735.81-
YUV192.79103.85165.95-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.16%
GREEN value IS 174 (68.36% from 255) = 30.53%
BLUE value IS 150 (58.98% from 255) = 26.32%
R=43.16%
G=30.53%
B=26.32%

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
Decimal24617415000.290.390.041584.2177.65
HexF6AE9601D274f544e
Octal36625622603547417124116
Binary111101101010111010010110011101100111100111110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AE96; }

 p { color: rgb(246,174,150); }

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

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

 a { background-color: rgb(246,174,150); }

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

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

 span { border-color: rgb(246,174,150); }

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