#FAB699

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

Shades of Mandys Pink #FAB699

Tints of Mandys Pink #FAB699

Color information

#FAB699 (or 0xFAB699) is unknown color: approx Mandys Pink. HEX triplet: FA, B6 and 99. RGB value is (250,182,153). Sum of RGB (Red+Green+Blue) = 250+182+153=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 182 (71.48% from 255 or 31.11% from 585); Blue value is 153 (60.16% from 255 or 26.15% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB699 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB699 is #054966. Grayscale: #C7C7C7. Windows color (decimal): -346471 or 10073850. OLE color: 10073850.

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

Color convert

RGB250182153-
CMYK00.270.390.02
HSL17.94º90.65%79.02%-
HSV(B)17.94º38.8%98.04%-
XYZ61.956.0837.7-
YUV199.03102.03164.36-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.74%
GREEN value IS 182 (71.48% from 255) = 31.11%
BLUE value IS 153 (60.16% from 255) = 26.15%
R=42.74%
G=31.11%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018215300.270.390.0217.9490.6579.02
HexFAB69901B272125b4f
Octal37226623103347222133117
Binary111110101011011010011001011011100111101001010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB699; }

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

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

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

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

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

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

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

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