#f6ae8e

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

Shades of Mandys Pink #F6AE8E

Tints of Mandys Pink #F6AE8E

Color information

#F6AE8E (or 0xF6AE8E) is unknown color: approx Mandys Pink. HEX triplet: F6, AE and 8E. RGB value is (246,174,142). Sum of RGB (Red+Green+Blue) = 246+174+142=562 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.77% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 142 (55.86% from 255 or 25.27% from 562); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AE8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6AE8E is #095171. Grayscale: #C0C0C0. Windows color (decimal): -610674 or 9350902. OLE color: 9350902.

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

Color convert

RGB246174142-
CMYK00.290.420.04
HSL18.46º85.25%76.08%-
HSV(B)18.46º42.28%96.47%-
XYZ58.0251.8232.53-
YUV191.8899.85166.6-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.77%
GREEN value IS 174 (68.36% from 255) = 30.96%
BLUE value IS 142 (55.86% from 255) = 25.27%
R=43.77%
G=30.96%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617414200.290.420.0418.4685.2576.08
HexF6AE8E01D2A412554c
Octal36625621603552422125114
Binary1111011010101110100011100111011010101001001010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f6ae8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f6ae8e; }

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

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

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

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

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

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

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

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