#F6AF8E

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

Shades of Mandys Pink #F6AF8E

Tints of Mandys Pink #F6AF8E

Color information

#F6AF8E (or 0xF6AF8E) is unknown color: approx Mandys Pink. HEX triplet: F6, AF and 8E. RGB value is (246,175,142). Sum of RGB (Red+Green+Blue) = 246+175+142=563 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.69% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 142 (55.86% from 255 or 25.22% from 563); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AF8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6AF8E is #095071. Grayscale: #C0C0C0. Windows color (decimal): -610418 or 9351158. OLE color: 9351158.

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

Color convert

RGB246175142-
CMYK00.290.420.04
HSL19.04º85.25%76.08%-
HSV(B)19.04º42.28%96.47%-
XYZ58.2252.2132.6-
YUV192.4799.52166.18-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.69%
GREEN value IS 175 (68.75% from 255) = 31.08%
BLUE value IS 142 (55.86% from 255) = 25.22%
R=43.69%
G=31.08%
B=25.22%

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
Decimal24617514200.290.420.0419.0485.2576.08
HexF6AF8E01D2A413554c
Octal36625721603552423125114
Binary1111011010101111100011100111011010101001001110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AF8E; }

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

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

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

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

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

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

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

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