#FAAF90

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

Shades of Mandys Pink #FAAF90

Tints of Mandys Pink #FAAF90

Color information

#FAAF90 (or 0xFAAF90) is unknown color: approx Mandys Pink. HEX triplet: FA, AF and 90. RGB value is (250,175,144). Sum of RGB (Red+Green+Blue) = 250+175+144=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 144 (56.64% from 255 or 25.31% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAF90 is #05506F. Grayscale: #C2C2C2. Windows color (decimal): -348272 or 9482234. OLE color: 9482234.

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

Color convert

RGB250175144-
CMYK00.30.420.02
HSL17.55º91.38%77.25%-
HSV(B)17.55º42.4%98.04%-
XYZ59.795333.46-
YUV193.8999.85168.02-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.94%
GREEN value IS 175 (68.75% from 255) = 30.76%
BLUE value IS 144 (56.64% from 255) = 25.31%
R=43.94%
G=30.76%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017514400.30.420.0217.5591.3877.25
HexFAAF9001E2A2125b4d
Octal37225722003652222133115
Binary111110101010111110010000011110101010101001010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAF90; }

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

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

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

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

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

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

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

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