#FAB69E

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

Shades of Mandys Pink #FAB69E

Tints of Mandys Pink #FAB69E

Color information

#FAB69E (or 0xFAB69E) is unknown color: approx Mandys Pink. HEX triplet: FA, B6 and 9E. RGB value is (250,182,158). Sum of RGB (Red+Green+Blue) = 250+182+158=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 182 (71.48% from 255 or 30.85% from 590); Blue value is 158 (62.11% from 255 or 26.78% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB69E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB69E is #054961. Grayscale: #C7C7C7. Windows color (decimal): -346466 or 10401530. OLE color: 10401530.

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

Color convert

RGB250182158-
CMYK00.270.370.02
HSL15.65º90.2%80%-
HSV(B)15.65º36.8%98.04%-
XYZ62.3256.2539.92-
YUV199.6104.53163.95-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.37%
GREEN value IS 182 (71.48% from 255) = 30.85%
BLUE value IS 158 (62.11% from 255) = 26.78%
R=42.37%
G=30.85%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018215800.270.370.0215.6590.280
HexFAB69E01B252105a50
Octal37226623603345220132120
Binary111110101011011010011110011011100101101000010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB69E; }

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

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

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

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

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

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

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

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