#FABCA0

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

Shades of Mandys Pink #FABCA0

Tints of Mandys Pink #FABCA0

Color information

#FABCA0 (or 0xFABCA0) is unknown color: approx Mandys Pink. HEX triplet: FA, BC and A0. RGB value is (250,188,160). Sum of RGB (Red+Green+Blue) = 250+188+160=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 188 (73.83% from 255 or 31.44% from 598); Blue value is 160 (62.89% from 255 or 26.76% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABCA0 is #05435F. Grayscale: #CBCBCB. Windows color (decimal): -344928 or 10534138. OLE color: 10534138.

HSL color Cylindrical-coordinate representation of color #FABCA0: hue angle of 18.67º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FABCA0 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB250188160-
CMYK00.250.360.02
HSL18.67º90%80.39%-
HSV(B)18.67º36%98.04%-
XYZ63.7558.8341.25-
YUV203.35103.54161.28-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.81%
GREEN value IS 188 (73.83% from 255) = 31.44%
BLUE value IS 160 (62.89% from 255) = 26.76%
R=41.81%
G=31.44%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018816000.250.360.0218.679080.39
HexFABCA0019242135a50
Octal37227424003144223132120
Binary111110101011110010100000011001100100101001110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABCA0; }

 p { color: rgb(250,188,160); }

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

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

 a { background-color: rgb(250,188,160); }

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

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

 span { border-color: rgb(250,188,160); }

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