#F2AE8E

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

Shades of Mandys Pink #F2AE8E

Tints of Mandys Pink #F2AE8E

Color information

#F2AE8E (or 0xF2AE8E) is unknown color: approx Mandys Pink. HEX triplet: F2, AE and 8E. RGB value is (242,174,142). Sum of RGB (Red+Green+Blue) = 242+174+142=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 142 (55.86% from 255 or 25.45% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AE8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AE8E is #0D5171. Grayscale: #BEBEBE. Windows color (decimal): -872818 or 9350898. OLE color: 9350898.

HSL color Cylindrical-coordinate representation of color #F2AE8E: hue angle of 19.2º 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 #F2AE8E is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB242174142-
CMYK00.280.410.05
HSL19.2º79.37%75.29%-
HSV(B)19.2º41.32%94.9%-
XYZ56.6451.132.47-
YUV190.68100.53164.6-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.37%
GREEN value IS 174 (68.36% from 255) = 31.18%
BLUE value IS 142 (55.86% from 255) = 25.45%
R=43.37%
G=31.18%
B=25.45%

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
Decimal24217414200.280.410.0519.279.3775.29
HexF2AE8E01C295134f4b
Octal36225621603451523117113
Binary1111001010101110100011100111001010011011001110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AE8E; }

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

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

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

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

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

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

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

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