#FAB697

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

Shades of Mandys Pink #FAB697

Tints of Mandys Pink #FAB697

Color information

#FAB697 (or 0xFAB697) is unknown color: approx Mandys Pink. HEX triplet: FA, B6 and 97. RGB value is (250,182,151). Sum of RGB (Red+Green+Blue) = 250+182+151=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 182 (71.48% from 255 or 31.22% from 583); Blue value is 151 (59.38% from 255 or 25.90% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB697 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB697 is #054968. Grayscale: #C6C6C6. Windows color (decimal): -346473 or 9942778. OLE color: 9942778.

HSL color Cylindrical-coordinate representation of color #FAB697: hue angle of 18.79º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAB697 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB250182151-
CMYK00.270.400.02
HSL18.79º90.83%78.63%-
HSV(B)18.79º39.6%98.04%-
XYZ61.7456.0136.84-
YUV198.8101.03164.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.88%
GREEN value IS 182 (71.48% from 255) = 31.22%
BLUE value IS 151 (59.38% from 255) = 25.90%
R=42.88%
G=31.22%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018215100.270.400.0218.7990.8378.63
HexFAB69701B282135b4f
Octal37226622703350223133117
Binary111110101011011010010111011011101000101001110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB697; }

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

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

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

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

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

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

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

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