#F2AE93

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

Shades of Mandys Pink #F2AE93

Tints of Mandys Pink #F2AE93

Color information

#F2AE93 (or 0xF2AE93) is unknown color: approx Mandys Pink. HEX triplet: F2, AE and 93. RGB value is (242,174,147). Sum of RGB (Red+Green+Blue) = 242+174+147=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 147 (57.81% from 255 or 26.11% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AE93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AE93 is #0D516C. Grayscale: #BFBFBF. Windows color (decimal): -872813 or 9678578. OLE color: 9678578.

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

Color convert

RGB242174147-
CMYK00.280.390.05
HSL17.05º78.51%76.27%-
HSV(B)17.05º39.26%94.9%-
XYZ57.0251.2634.49-
YUV191.25103.03164.2-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.98%
GREEN value IS 174 (68.36% from 255) = 30.91%
BLUE value IS 147 (57.81% from 255) = 26.11%
R=42.98%
G=30.91%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217414700.280.390.0517.0578.5176.27
HexF2AE9301C275114f4c
Octal36225622303447521117114
Binary1111001010101110100100110111001001111011000110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AE93; }

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

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

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

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

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

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

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

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