#F2AF8E

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

Shades of Mandys Pink #F2AF8E

Tints of Mandys Pink #F2AF8E

Color information

#F2AF8E (or 0xF2AF8E) is unknown color: approx Mandys Pink. HEX triplet: F2, AF and 8E. RGB value is (242,175,142). Sum of RGB (Red+Green+Blue) = 242+175+142=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 142 (55.86% from 255 or 25.40% from 559); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AF8E is #0D5071. Grayscale: #BFBFBF. Windows color (decimal): -872562 or 9351154. OLE color: 9351154.

HSL color Cylindrical-coordinate representation of color #F2AF8E: hue angle of 19.8º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F2AF8E is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB242175142-
CMYK00.280.410.05
HSL19.8º79.37%75.29%-
HSV(B)19.8º41.32%94.9%-
XYZ56.8351.4932.53-
YUV191.27100.2164.18-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.29%
GREEN value IS 175 (68.75% from 255) = 31.31%
BLUE value IS 142 (55.86% from 255) = 25.40%
R=43.29%
G=31.31%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217514200.280.410.0519.879.3775.29
HexF2AF8E01C295144f4b
Octal36225721603451524117113
Binary1111001010101111100011100111001010011011010010011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AF8E; }

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

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

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

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

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

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

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

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