#F2AC91

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

Shades of Mandys Pink #F2AC91

Tints of Mandys Pink #F2AC91

Color information

#F2AC91 (or 0xF2AC91) is unknown color: approx Mandys Pink. HEX triplet: F2, AC and 91. RGB value is (242,172,145). Sum of RGB (Red+Green+Blue) = 242+172+145=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 145 (57.03% from 255 or 25.94% from 559); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AC91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AC91 is #0D536E. Grayscale: #BEBEBE. Windows color (decimal): -873327 or 9546994. OLE color: 9546994.

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

Color convert

RGB242172145-
CMYK00.290.400.05
HSL16.7º78.86%75.88%-
HSV(B)16.7º40.08%94.9%-
XYZ56.4850.4333.54-
YUV189.85102.69165.2-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.29%
GREEN value IS 172 (67.58% from 255) = 30.77%
BLUE value IS 145 (57.03% from 255) = 25.94%
R=43.29%
G=30.77%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217214500.290.400.0516.778.8675.88
HexF2AC9101D285114f4c
Octal36225422103550521117114
Binary1111001010101100100100010111011010001011000110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AC91; }

 p { color: rgb(242,172,145); }

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

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

 a { background-color: rgb(242,172,145); }

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

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

 span { border-color: rgb(242,172,145); }

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