#FAAE90

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

Shades of Mandys Pink #FAAE90

Tints of Mandys Pink #FAAE90

Color information

#FAAE90 (or 0xFAAE90) is unknown color: approx Mandys Pink. HEX triplet: FA, AE and 90. RGB value is (250,174,144). Sum of RGB (Red+Green+Blue) = 250+174+144=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 144 (56.64% from 255 or 25.35% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAE90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAE90 is #05516F. Grayscale: #C1C1C1. Windows color (decimal): -348528 or 9481978. OLE color: 9481978.

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

Color convert

RGB250174144-
CMYK00.300.420.02
HSL16.98º91.38%77.25%-
HSV(B)16.98º42.4%98.04%-
XYZ59.5952.6133.4-
YUV193.3100.18168.44-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.01%
GREEN value IS 174 (68.36% from 255) = 30.63%
BLUE value IS 144 (56.64% from 255) = 25.35%
R=44.01%
G=30.63%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017414400.300.420.0216.9891.3877.25
HexFAAE9001E2A2115b4d
Octal37225622003652221133115
Binary111110101010111010010000011110101010101000110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAE90; }

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

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

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

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

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

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

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

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