#F1AE8A

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

Shades of Mandys Pink #F1AE8A

Tints of Mandys Pink #F1AE8A

Color information

#F1AE8A (or 0xF1AE8A) is unknown color: approx Mandys Pink. HEX triplet: F1, AE and 8A. RGB value is (241,174,138). Sum of RGB (Red+Green+Blue) = 241+174+138=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 138 (54.30% from 255 or 24.95% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AE8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AE8A is #0E5175. Grayscale: #BEBEBE. Windows color (decimal): -938358 or 9088753. OLE color: 9088753.

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

Color convert

RGB241174138-
CMYK00.280.430.05
HSL20.97º78.63%74.31%-
HSV(B)20.97º42.74%94.51%-
XYZ5650.8130.9-
YUV189.9398.7164.43-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.58%
GREEN value IS 174 (68.36% from 255) = 31.46%
BLUE value IS 138 (54.30% from 255) = 24.95%
R=43.58%
G=31.46%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117413800.280.430.0520.9778.6374.31
HexF1AE8A01C2B5154f4a
Octal36125621203453525117112
Binary1111000110101110100010100111001010111011010110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AE8A; }

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

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

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

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

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

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

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

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