#FAB68C

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

Shades of Mandys Pink #FAB68C

Tints of Mandys Pink #FAB68C

Color information

#FAB68C (or 0xFAB68C) is unknown color: approx Mandys Pink. HEX triplet: FA, B6 and 8C. RGB value is (250,182,140). Sum of RGB (Red+Green+Blue) = 250+182+140=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 182 (71.48% from 255 or 31.82% from 572); Blue value is 140 (55.08% from 255 or 24.48% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB68C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB68C is #054973. Grayscale: #C5C5C5. Windows color (decimal): -346484 or 9221882. OLE color: 9221882.

HSL color Cylindrical-coordinate representation of color #FAB68C: hue angle of 22.91º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FAB68C is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB250182140-
CMYK00.270.440.02
HSL22.91º91.67%76.47%-
HSV(B)22.91º44%98.04%-
XYZ60.8955.6732.35-
YUV197.5495.53165.42-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.71%
GREEN value IS 182 (71.48% from 255) = 31.82%
BLUE value IS 140 (55.08% from 255) = 24.48%
R=43.71%
G=31.82%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018214000.270.440.0222.9191.6776.47
HexFAB68C01B2C2175c4c
Octal37226621403354227134114
Binary111110101011011010001100011011101100101011110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB68C; }

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

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

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

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

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

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

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

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