#FABA95

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

Shades of Mandys Pink #FABA95

Tints of Mandys Pink #FABA95

Color information

#FABA95 (or 0xFABA95) is unknown color: approx Mandys Pink. HEX triplet: FA, BA and 95. RGB value is (250,186,149). Sum of RGB (Red+Green+Blue) = 250+186+149=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 149 (58.59% from 255 or 25.47% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABA95 is #05456A. Grayscale: #C9C9C9. Windows color (decimal): -345451 or 9812730. OLE color: 9812730.

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

Color convert

RGB250186149-
CMYK00.260.400.02
HSL21.98º90.99%78.24%-
HSV(B)21.98º40.4%98.04%-
XYZ62.4157.6136.26-
YUV200.9298.7163.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.74%
GREEN value IS 186 (73.05% from 255) = 31.79%
BLUE value IS 149 (58.59% from 255) = 25.47%
R=42.74%
G=31.79%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018614900.260.400.0221.9890.9978.24
HexFABA9501A282165b4e
Octal37227222503250226133116
Binary111110101011101010010101011010101000101011010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABA95; }

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

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

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

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

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

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

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

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