#F5AC8D

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

Shades of Mandys Pink #F5AC8D

Tints of Mandys Pink #F5AC8D

Color information

#F5AC8D (or 0xF5AC8D) is unknown color: approx Mandys Pink. HEX triplet: F5, AC and 8D. RGB value is (245,172,141). Sum of RGB (Red+Green+Blue) = 245+172+141=558 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.91% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 141 (55.47% from 255 or 25.27% from 558); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AC8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AC8D is #0A5372. Grayscale: #BEBEBE. Windows color (decimal): -676723 or 9284853. OLE color: 9284853.

HSL color Cylindrical-coordinate representation of color #F5AC8D: hue angle of 17.88º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F5AC8D is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB245172141-
CMYK00.300.420.04
HSL17.88º83.87%75.69%-
HSV(B)17.88º42.45%96.08%-
XYZ57.2250.8432-
YUV190.29100.18167.02-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.91%
GREEN value IS 172 (67.58% from 255) = 30.82%
BLUE value IS 141 (55.47% from 255) = 25.27%
R=43.91%
G=30.82%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517214100.300.420.0417.8883.8775.69
HexF5AC8D01E2A412544c
Octal36525421503652422124114
Binary1111010110101100100011010111101010101001001010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AC8D; }

 p { color: rgb(245,172,141); }

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

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

 a { background-color: rgb(245,172,141); }

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

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

 span { border-color: rgb(245,172,141); }

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