#FAB69C

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

Shades of Mandys Pink #FAB69C

Tints of Mandys Pink #FAB69C

Color information

#FAB69C (or 0xFAB69C) is unknown color: approx Mandys Pink. HEX triplet: FA, B6 and 9C. RGB value is (250,182,156). Sum of RGB (Red+Green+Blue) = 250+182+156=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 182 (71.48% from 255 or 30.95% from 588); Blue value is 156 (61.33% from 255 or 26.53% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB69C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB69C is #054963. Grayscale: #C7C7C7. Windows color (decimal): -346468 or 10270458. OLE color: 10270458.

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

Color convert

RGB250182156-
CMYK00.270.380.02
HSL16.6º90.38%79.61%-
HSV(B)16.6º37.6%98.04%-
XYZ62.1556.1839.02-
YUV199.37103.53164.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.52%
GREEN value IS 182 (71.48% from 255) = 30.95%
BLUE value IS 156 (61.33% from 255) = 26.53%
R=42.52%
G=30.95%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018215600.270.380.0216.690.3879.61
HexFAB69C01B262115a50
Octal37226623403346221132120
Binary111110101011011010011100011011100110101000110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB69C; }

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

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

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

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

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

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

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

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