#F2AE94

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

Shades of Mandys Pink #F2AE94

Tints of Mandys Pink #F2AE94

Color information

#F2AE94 (or 0xF2AE94) is unknown color: approx Mandys Pink. HEX triplet: F2, AE and 94. RGB value is (242,174,148). Sum of RGB (Red+Green+Blue) = 242+174+148=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 148 (58.20% from 255 or 26.24% from 564); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AE94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AE94 is #0D516B. Grayscale: #BFBFBF. Windows color (decimal): -872812 or 9744114. OLE color: 9744114.

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

Color convert

RGB242174148-
CMYK00.280.390.05
HSL16.6º78.33%76.47%-
HSV(B)16.6º38.84%94.9%-
XYZ57.151.2934.91-
YUV191.37103.53164.11-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.91%
GREEN value IS 174 (68.36% from 255) = 30.85%
BLUE value IS 148 (58.20% from 255) = 26.24%
R=42.91%
G=30.85%
B=26.24%

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
Decimal24217414800.280.390.0516.678.3376.47
HexF2AE9401C275114e4c
Octal36225622403447521116114
Binary1111001010101110100101000111001001111011000110011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AE94; }

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

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

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

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

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

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

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

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