#F5AD94

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

Shades of Mandys Pink #F5AD94

Tints of Mandys Pink #F5AD94

Color information

#F5AD94 (or 0xF5AD94) is unknown color: approx Mandys Pink. HEX triplet: F5, AD and 94. RGB value is (245,173,148). Sum of RGB (Red+Green+Blue) = 245+173+148=566 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.29% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 148 (58.20% from 255 or 26.15% from 566); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AD94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AD94 is #0A526B. Grayscale: #BFBFBF. Windows color (decimal): -676460 or 9743861. OLE color: 9743861.

HSL color Cylindrical-coordinate representation of color #F5AD94: hue angle of 15.46º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F5AD94 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB245173148-
CMYK00.290.400.04
HSL15.46º82.91%77.06%-
HSV(B)15.46º39.59%96.08%-
XYZ57.9551.4434.89-
YUV191.68103.35166.03-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.29%
GREEN value IS 173 (67.97% from 255) = 30.57%
BLUE value IS 148 (58.20% from 255) = 26.15%
R=43.29%
G=30.57%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517314800.290.400.0415.4682.9177.06
HexF5AD9401D284f534d
Octal36525522403550417123115
Binary111101011010110110010100011101101000100111110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AD94; }

 p { color: rgb(245,173,148); }

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

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

 a { background-color: rgb(245,173,148); }

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

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

 span { border-color: rgb(245,173,148); }

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