#FABDA4

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

Shades of Mandys Pink #FABDA4

Tints of Mandys Pink #FABDA4

Color information

#FABDA4 (or 0xFABDA4) is unknown color: approx Mandys Pink. HEX triplet: FA, BD and A4. RGB value is (250,189,164). Sum of RGB (Red+Green+Blue) = 250+189+164=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 164 (64.45% from 255 or 27.20% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABDA4 is #05425B. Grayscale: #CCCCCC. Windows color (decimal): -344668 or 10796538. OLE color: 10796538.

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

Color convert

RGB250189164-
CMYK00.240.340.02
HSL17.44º89.58%81.18%-
HSV(B)17.44º34.4%98.04%-
XYZ64.3259.443.2-
YUV204.39105.21160.53-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.46%
GREEN value IS 189 (74.22% from 255) = 31.34%
BLUE value IS 164 (64.45% from 255) = 27.20%
R=41.46%
G=31.34%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018916400.240.340.0217.4489.5881.18
HexFABDA4018222115a51
Octal37227524403042221132121
Binary111110101011110110100100011000100010101000110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABDA4; }

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

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

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

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

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

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

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

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