#F6AE90

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

Shades of Mandys Pink #F6AE90

Tints of Mandys Pink #F6AE90

Color information

#F6AE90 (or 0xF6AE90) is unknown color: approx Mandys Pink. HEX triplet: F6, AE and 90. RGB value is (246,174,144). Sum of RGB (Red+Green+Blue) = 246+174+144=564 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.62% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 144 (56.64% from 255 or 25.53% from 564); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AE90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6AE90 is #09516F. Grayscale: #C0C0C0. Windows color (decimal): -610672 or 9481974. OLE color: 9481974.

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

Color convert

RGB246174144-
CMYK00.290.410.04
HSL17.65º85%76.47%-
HSV(B)17.65º41.46%96.47%-
XYZ58.1851.8833.33-
YUV192.11100.85166.44-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.62%
GREEN value IS 174 (68.36% from 255) = 30.85%
BLUE value IS 144 (56.64% from 255) = 25.53%
R=43.62%
G=30.85%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617414400.290.410.0417.658576.47
HexF6AE9001D29412554c
Octal36625622003551422125114
Binary1111011010101110100100000111011010011001001010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AE90; }

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

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

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

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

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

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

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

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