#F6AE8D

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

Shades of Mandys Pink #F6AE8D

Tints of Mandys Pink #F6AE8D

Color information

#F6AE8D (or 0xF6AE8D) is unknown color: approx Mandys Pink. HEX triplet: F6, AE and 8D. RGB value is (246,174,141). Sum of RGB (Red+Green+Blue) = 246+174+141=561 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.85% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 141 (55.47% from 255 or 25.13% from 561); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AE8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6AE8D is #095172. Grayscale: #BFBFBF. Windows color (decimal): -610675 or 9285366. OLE color: 9285366.

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

Color convert

RGB246174141-
CMYK00.290.430.04
HSL18.86º85.37%75.88%-
HSV(B)18.86º42.68%96.47%-
XYZ57.9551.7932.14-
YUV191.7799.35166.68-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.85%
GREEN value IS 174 (68.36% from 255) = 31.02%
BLUE value IS 141 (55.47% from 255) = 25.13%
R=43.85%
G=31.02%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617414100.290.430.0418.8685.3775.88
HexF6AE8D01D2B413554c
Octal36625621503553423125114
Binary1111011010101110100011010111011010111001001110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AE8D; }

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

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

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

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

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

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

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

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