#FABD9C

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

Shades of Mandys Pink #FABD9C

Tints of Mandys Pink #FABD9C

Color information

#FABD9C (or 0xFABD9C) is unknown color: approx Mandys Pink. HEX triplet: FA, BD and 9C. RGB value is (250,189,156). Sum of RGB (Red+Green+Blue) = 250+189+156=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 189 (74.22% from 255 or 31.76% from 595); Blue value is 156 (61.33% from 255 or 26.22% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABD9C is #054263. Grayscale: #CBCBCB. Windows color (decimal): -344676 or 10272250. OLE color: 10272250.

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

Color convert

RGB250189156-
CMYK00.240.380.02
HSL21.06º90.38%79.61%-
HSV(B)21.06º37.6%98.04%-
XYZ63.6259.1239.51-
YUV203.48101.21161.18-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.02%
GREEN value IS 189 (74.22% from 255) = 31.76%
BLUE value IS 156 (61.33% from 255) = 26.22%
R=42.02%
G=31.76%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018915600.240.380.0221.0690.3879.61
HexFABD9C018262155a50
Octal37227523403046225132120
Binary111110101011110110011100011000100110101010110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABD9C; }

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

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

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

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

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

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

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

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