#FAB695

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

Shades of Mandys Pink #FAB695

Tints of Mandys Pink #FAB695

Color information

#FAB695 (or 0xFAB695) is unknown color: approx Mandys Pink. HEX triplet: FA, B6 and 95. RGB value is (250,182,149). Sum of RGB (Red+Green+Blue) = 250+182+149=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 182 (71.48% from 255 or 31.33% from 581); Blue value is 149 (58.59% from 255 or 25.65% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB695 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB695 is #05496A. Grayscale: #C6C6C6. Windows color (decimal): -346475 or 9811706. OLE color: 9811706.

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

Color convert

RGB250182149-
CMYK00.270.400.02
HSL19.6º90.99%78.24%-
HSV(B)19.6º40.4%98.04%-
XYZ61.5855.9535.99-
YUV198.57100.03164.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.03%
GREEN value IS 182 (71.48% from 255) = 31.33%
BLUE value IS 149 (58.59% from 255) = 25.65%
R=43.03%
G=31.33%
B=25.65%

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
Decimal25018214900.270.400.0219.690.9978.24
HexFAB69501B282145b4e
Octal37226622503350224133116
Binary111110101011011010010101011011101000101010010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB695; }

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

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

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

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

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

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

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

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