#FAAE89

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

Shades of Mandys Pink #FAAE89

Tints of Mandys Pink #FAAE89

Color information

#FAAE89 (or 0xFAAE89) is unknown color: approx Mandys Pink. HEX triplet: FA, AE and 89. RGB value is (250,174,137). Sum of RGB (Red+Green+Blue) = 250+174+137=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 137 (53.91% from 255 or 24.42% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAE89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAE89 is #055176. Grayscale: #C0C0C0. Windows color (decimal): -348535 or 9023226. OLE color: 9023226.

HSL color Cylindrical-coordinate representation of color #FAAE89: hue angle of 19.65º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FAAE89 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB250174137-
CMYK00.300.450.02
HSL19.65º91.87%75.88%-
HSV(B)19.65º45.2%98.04%-
XYZ59.0852.430.67-
YUV192.5196.68169.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.56%
GREEN value IS 174 (68.36% from 255) = 31.02%
BLUE value IS 137 (53.91% from 255) = 24.42%
R=44.56%
G=31.02%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017413700.300.450.0219.6591.8775.88
HexFAAE8901E2D2145c4c
Octal37225621103655224134114
Binary111110101010111010001001011110101101101010010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAE89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAE89; }

 p { color: rgb(250,174,137); }

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

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

 a { background-color: rgb(250,174,137); }

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

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

 span { border-color: rgb(250,174,137); }

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