#F6AE95

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

Shades of Mandys Pink #F6AE95

Tints of Mandys Pink #F6AE95

Color information

#F6AE95 (or 0xF6AE95) is unknown color: approx Mandys Pink. HEX triplet: F6, AE and 95. RGB value is (246,174,149). Sum of RGB (Red+Green+Blue) = 246+174+149=569 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.23% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 149 (58.59% from 255 or 26.19% from 569); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AE95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6AE95 is #09516A. Grayscale: #C0C0C0. Windows color (decimal): -610667 or 9809654. OLE color: 9809654.

HSL color Cylindrical-coordinate representation of color #F6AE95: hue angle of 15.46º degrees, saturation: 0.84, 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 #F6AE95 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB246174149-
CMYK00.290.390.04
HSL15.46º84.35%77.45%-
HSV(B)15.46º39.43%96.47%-
XYZ58.5752.0335.39-
YUV192.68103.35166.03-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.23%
GREEN value IS 174 (68.36% from 255) = 30.58%
BLUE value IS 149 (58.59% from 255) = 26.19%
R=43.23%
G=30.58%
B=26.19%

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
Decimal24617414900.290.390.0415.4684.3577.45
HexF6AE9501D274f544d
Octal36625622503547417124115
Binary111101101010111010010101011101100111100111110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AE95; }

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

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

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

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

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

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

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

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