#F1AE91

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

Shades of Mandys Pink #F1AE91

Tints of Mandys Pink #F1AE91

Color information

#F1AE91 (or 0xF1AE91) is unknown color: approx Mandys Pink. HEX triplet: F1, AE and 91. RGB value is (241,174,145). Sum of RGB (Red+Green+Blue) = 241+174+145=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 145 (57.03% from 255 or 25.89% from 560); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AE91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AE91 is #0E516E. Grayscale: #BEBEBE. Windows color (decimal): -938351 or 9547505. OLE color: 9547505.

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

Color convert

RGB241174145-
CMYK00.280.400.05
HSL18.13º77.42%75.69%-
HSV(B)18.13º39.83%94.51%-
XYZ56.5251.0233.66-
YUV190.73102.2163.86-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.04%
GREEN value IS 174 (68.36% from 255) = 31.07%
BLUE value IS 145 (57.03% from 255) = 25.89%
R=43.04%
G=31.07%
B=25.89%

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
Decimal24117414500.280.400.0518.1377.4275.69
HexF1AE9101C285124d4c
Octal36125622103450522115114
Binary1111000110101110100100010111001010001011001010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AE91; }

 p { color: rgb(241,174,145); }

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

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

 a { background-color: rgb(241,174,145); }

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

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

 span { border-color: rgb(241,174,145); }

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