#FABDA0

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

Shades of Mandys Pink #FABDA0

Tints of Mandys Pink #FABDA0

Color information

#FABDA0 (or 0xFABDA0) is unknown color: approx Mandys Pink. HEX triplet: FA, BD and A0. RGB value is (250,189,160). Sum of RGB (Red+Green+Blue) = 250+189+160=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 189 (74.22% from 255 or 31.55% from 599); Blue value is 160 (62.89% from 255 or 26.71% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABDA0 is #05425F. Grayscale: #CCCCCC. Windows color (decimal): -344672 or 10534394. OLE color: 10534394.

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

Color convert

RGB250189160-
CMYK00.240.360.02
HSL19.33º90%80.39%-
HSV(B)19.33º36%98.04%-
XYZ63.9759.2641.32-
YUV203.93103.21160.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.74%
GREEN value IS 189 (74.22% from 255) = 31.55%
BLUE value IS 160 (62.89% from 255) = 26.71%
R=41.74%
G=31.55%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018916000.240.360.0219.339080.39
HexFABDA0018242135a50
Octal37227524003044223132120
Binary111110101011110110100000011000100100101001110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABDA0; }

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

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

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

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

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

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

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

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