#F5AF90

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

Shades of Mandys Pink #F5AF90

Tints of Mandys Pink #F5AF90

Color information

#F5AF90 (or 0xF5AF90) is unknown color: approx Mandys Pink. HEX triplet: F5, AF and 90. RGB value is (245,175,144). Sum of RGB (Red+Green+Blue) = 245+175+144=564 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.44% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 144 (56.64% from 255 or 25.53% from 564); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AF90 is #0A506F. Grayscale: #C0C0C0. Windows color (decimal): -675952 or 9482229. OLE color: 9482229.

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

Color convert

RGB245175144-
CMYK00.290.410.04
HSL18.42º83.47%76.27%-
HSV(B)18.42º41.22%96.08%-
XYZ58.0252.0933.38-
YUV192.4100.69165.52-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.44%
GREEN value IS 175 (68.75% from 255) = 31.03%
BLUE value IS 144 (56.64% from 255) = 25.53%
R=43.44%
G=31.03%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517514400.290.410.0418.4283.4776.27
HexF5AF9001D29412534c
Octal36525722003551422123114
Binary1111010110101111100100000111011010011001001010100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AF90; }

 p { color: rgb(245,175,144); }

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

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

 a { background-color: rgb(245,175,144); }

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

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

 span { border-color: rgb(245,175,144); }

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