#F1AC8C

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

Shades of Mandys Pink #F1AC8C

Tints of Mandys Pink #F1AC8C

Color information

#F1AC8C (or 0xF1AC8C) is unknown color: approx Mandys Pink. HEX triplet: F1, AC and 8C. RGB value is (241,172,140). Sum of RGB (Red+Green+Blue) = 241+172+140=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 140 (55.08% from 255 or 25.32% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AC8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AC8C is #0E5373. Grayscale: #BDBDBD. Windows color (decimal): -938868 or 9219313. OLE color: 9219313.

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

Color convert

RGB241172140-
CMYK00.290.420.05
HSL19.01º78.29%74.71%-
HSV(B)19.01º41.91%94.51%-
XYZ55.7650.131.54-
YUV188.98100.36165.1-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.58%
GREEN value IS 172 (67.58% from 255) = 31.10%
BLUE value IS 140 (55.08% from 255) = 25.32%
R=43.58%
G=31.10%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117214000.290.420.0519.0178.2974.71
HexF1AC8C01D2A5134e4b
Octal36125421403552523116113
Binary1111000110101100100011000111011010101011001110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AC8C; }

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

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

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

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

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

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

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

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