#F5AE8E

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

Shades of Mandys Pink #F5AE8E

Tints of Mandys Pink #F5AE8E

Color information

#F5AE8E (or 0xF5AE8E) is unknown color: approx Mandys Pink. HEX triplet: F5, AE and 8E. RGB value is (245,174,142). Sum of RGB (Red+Green+Blue) = 245+174+142=561 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.67% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 142 (55.86% from 255 or 25.31% from 561); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AE8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AE8E is #0A5171. Grayscale: #BFBFBF. Windows color (decimal): -676210 or 9350901. OLE color: 9350901.

HSL color Cylindrical-coordinate representation of color #F5AE8E: hue angle of 18.64º 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 #F5AE8E is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB245174142-
CMYK00.290.420.04
HSL18.64º83.74%75.88%-
HSV(B)18.64º42.04%96.08%-
XYZ57.6751.6432.52-
YUV191.58100.02166.1-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.67%
GREEN value IS 174 (68.36% from 255) = 31.02%
BLUE value IS 142 (55.86% from 255) = 25.31%
R=43.67%
G=31.02%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517414200.290.420.0418.6483.7475.88
HexF5AE8E01D2A413544c
Octal36525621603552423124114
Binary1111010110101110100011100111011010101001001110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AE8E; }

 p { color: rgb(245,174,142); }

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

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

 a { background-color: rgb(245,174,142); }

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

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

 span { border-color: rgb(245,174,142); }

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