#FABDA1

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

Shades of Mandys Pink #FABDA1

Tints of Mandys Pink #FABDA1

Color information

#FABDA1 (or 0xFABDA1) is unknown color: approx Mandys Pink. HEX triplet: FA, BD and A1. RGB value is (250,189,161). Sum of RGB (Red+Green+Blue) = 250+189+161=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 161 (63.28% from 255 or 26.83% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABDA1 is #05425E. Grayscale: #CCCCCC. Windows color (decimal): -344671 or 10599930. OLE color: 10599930.

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

Color convert

RGB250189161-
CMYK00.240.360.02
HSL18.88º89.9%80.59%-
HSV(B)18.88º35.6%98.04%-
XYZ64.0559.2941.79-
YUV204.05103.71160.78-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.67%
GREEN value IS 189 (74.22% from 255) = 31.5%
BLUE value IS 161 (63.28% from 255) = 26.83%
R=41.67%
G=31.5%
B=26.83%

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
Decimal25018916100.240.360.0218.8889.980.59
HexFABDA1018242135a51
Octal37227524103044223132121
Binary111110101011110110100001011000100100101001110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABDA1; }

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

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

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

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

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

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

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

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