#F1AC8E

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

Shades of Mandys Pink #F1AC8E

Tints of Mandys Pink #F1AC8E

Color information

#F1AC8E (or 0xF1AC8E) is unknown color: approx Mandys Pink. HEX triplet: F1, AC and 8E. RGB value is (241,172,142). Sum of RGB (Red+Green+Blue) = 241+172+142=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 142 (55.86% from 255 or 25.59% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AC8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AC8E is #0E5371. Grayscale: #BDBDBD. Windows color (decimal): -938866 or 9350385. OLE color: 9350385.

HSL color Cylindrical-coordinate representation of color #F1AC8E: hue angle of 18.18º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F1AC8E is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB241172142-
CMYK00.290.410.05
HSL18.18º77.95%75.1%-
HSV(B)18.18º41.08%94.51%-
XYZ55.9150.1632.33-
YUV189.21101.36164.94-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.42%
GREEN value IS 172 (67.58% from 255) = 30.99%
BLUE value IS 142 (55.86% from 255) = 25.59%
R=43.42%
G=30.99%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117214200.290.410.0518.1877.9575.1
HexF1AC8E01D295124e4b
Octal36125421603551522116113
Binary1111000110101100100011100111011010011011001010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AC8E; }

 p { color: rgb(241,172,142); }

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

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

 a { background-color: rgb(241,172,142); }

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

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

 span { border-color: rgb(241,172,142); }

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