#FAB99C

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

Shades of Mandys Pink #FAB99C

Tints of Mandys Pink #FAB99C

Color information

#FAB99C (or 0xFAB99C) is unknown color: approx Mandys Pink. HEX triplet: FA, B9 and 9C. RGB value is (250,185,156). Sum of RGB (Red+Green+Blue) = 250+185+156=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 185 (72.66% from 255 or 31.30% from 591); Blue value is 156 (61.33% from 255 or 26.40% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB99C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB99C is #054663. Grayscale: #C9C9C9. Windows color (decimal): -345700 or 10271226. OLE color: 10271226.

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

Color convert

RGB250185156-
CMYK00.260.380.02
HSL18.51º90.38%79.61%-
HSV(B)18.51º37.6%98.04%-
XYZ62.7757.4239.23-
YUV201.13102.53162.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.30%
GREEN value IS 185 (72.66% from 255) = 31.30%
BLUE value IS 156 (61.33% from 255) = 26.40%
R=42.30%
G=31.30%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018515600.260.380.0218.5190.3879.61
HexFAB99C01A262135a50
Octal37227123403246223132120
Binary111110101011100110011100011010100110101001110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB99C; }

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

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

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

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

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

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

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

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