#FABA96

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

Shades of Mandys Pink #FABA96

Tints of Mandys Pink #FABA96

Color information

#FABA96 (or 0xFABA96) is unknown color: approx Mandys Pink. HEX triplet: FA, BA and 96. RGB value is (250,186,150). Sum of RGB (Red+Green+Blue) = 250+186+150=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 150 (58.98% from 255 or 25.60% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABA96 is #054569. Grayscale: #C9C9C9. Windows color (decimal): -345450 or 9878266. OLE color: 9878266.

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

Color convert

RGB250186150-
CMYK00.260.40.02
HSL21.6º90.91%78.43%-
HSV(B)21.6º40%98.04%-
XYZ62.4957.6436.69-
YUV201.0399.2162.93-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.66%
GREEN value IS 186 (73.05% from 255) = 31.74%
BLUE value IS 150 (58.98% from 255) = 25.60%
R=42.66%
G=31.74%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.4
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018615000.260.40.0221.690.9178.43
HexFABA9601A282165b4e
Octal37227222603250226133116
Binary111110101011101010010110011010101000101011010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABA96; }

 p { color: rgb(250,186,150); }

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

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

 a { background-color: rgb(250,186,150); }

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

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

 span { border-color: rgb(250,186,150); }

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