#F2AE92

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

Shades of Mandys Pink #F2AE92

Tints of Mandys Pink #F2AE92

Color information

#F2AE92 (or 0xF2AE92) is unknown color: approx Mandys Pink. HEX triplet: F2, AE and 92. RGB value is (242,174,146). Sum of RGB (Red+Green+Blue) = 242+174+146=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 146 (57.42% from 255 or 25.98% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AE92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AE92 is #0D516D. Grayscale: #BFBFBF. Windows color (decimal): -872814 or 9613042. OLE color: 9613042.

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

Color convert

RGB242174146-
CMYK00.280.400.05
HSL17.5º78.69%76.08%-
HSV(B)17.5º39.67%94.9%-
XYZ56.9451.2234.08-
YUV191.14102.53164.28-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.06%
GREEN value IS 174 (68.36% from 255) = 30.96%
BLUE value IS 146 (57.42% from 255) = 25.98%
R=43.06%
G=30.96%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217414600.280.400.0517.578.6976.08
HexF2AE9201C285124f4c
Octal36225622203450522117114
Binary1111001010101110100100100111001010001011001010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AE92; }

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

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

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

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

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

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

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

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