#FAB990

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

Shades of Mandys Pink #FAB990

Tints of Mandys Pink #FAB990

Color information

#FAB990 (or 0xFAB990) is unknown color: approx Mandys Pink. HEX triplet: FA, B9 and 90. RGB value is (250,185,144). Sum of RGB (Red+Green+Blue) = 250+185+144=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 185 (72.66% from 255 or 31.95% from 579); Blue value is 144 (56.64% from 255 or 24.87% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB990 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB990 is #05466F. Grayscale: #C7C7C7. Windows color (decimal): -345712 or 9484794. OLE color: 9484794.

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

Color convert

RGB250185144-
CMYK00.260.420.02
HSL23.21º91.38%77.25%-
HSV(B)23.21º42.4%98.04%-
XYZ61.8157.0434.14-
YUV199.7696.53163.83-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.18%
GREEN value IS 185 (72.66% from 255) = 31.95%
BLUE value IS 144 (56.64% from 255) = 24.87%
R=43.18%
G=31.95%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018514400.260.420.0223.2191.3877.25
HexFAB99001A2A2175b4d
Octal37227122003252227133115
Binary111110101011100110010000011010101010101011110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB990; }

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

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

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

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

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

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

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

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