#FAB68E

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

Shades of Mandys Pink #FAB68E

Tints of Mandys Pink #FAB68E

Color information

#FAB68E (or 0xFAB68E) is unknown color: approx Mandys Pink. HEX triplet: FA, B6 and 8E. RGB value is (250,182,142). Sum of RGB (Red+Green+Blue) = 250+182+142=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 182 (71.48% from 255 or 31.71% from 574); Blue value is 142 (55.86% from 255 or 24.74% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB68E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB68E is #054971. Grayscale: #C6C6C6. Windows color (decimal): -346482 or 9352954. OLE color: 9352954.

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

Color convert

RGB250182142-
CMYK00.270.430.02
HSL22.22º91.53%76.86%-
HSV(B)22.22º43.2%98.04%-
XYZ61.0355.7333.13-
YUV197.7796.53165.25-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.55%
GREEN value IS 182 (71.48% from 255) = 31.71%
BLUE value IS 142 (55.86% from 255) = 24.74%
R=43.55%
G=31.71%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018214200.270.430.0222.2291.5376.86
HexFAB68E01B2B2165c4d
Octal37226621603353226134115
Binary111110101011011010001110011011101011101011010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB68E; }

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

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

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

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

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

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

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

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