#FAD6AE

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

Shades of Pink Lady #FAD6AE

Tints of Pink Lady #FAD6AE

Color information

#FAD6AE (or 0xFAD6AE) is unknown color: approx Pink Lady. HEX triplet: FA, D6 and AE. RGB value is (250,214,174). Sum of RGB (Red+Green+Blue) = 250+214+174=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 214 (83.98% from 255 or 33.54% from 638); Blue value is 174 (68.36% from 255 or 27.27% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD6AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD6AE is #052951. Grayscale: #DCDCDC. Windows color (decimal): -338258 or 11458298. OLE color: 11458298.

HSL color Cylindrical-coordinate representation of color #FAD6AE: hue angle of 31.58º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAD6AE is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB250214174-
CMYK00.140.300.02
HSL31.58º88.37%83.14%-
HSV(B)31.58º30.4%98.04%-
XYZ71.1171.4750.09-
YUV220.2101.93149.25-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.18%
GREEN value IS 214 (83.98% from 255) = 33.54%
BLUE value IS 174 (68.36% from 255) = 27.27%
R=39.18%
G=33.54%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021417400.140.300.0231.5888.3783.14
HexFAD6AE0E1E2205853
Octal37232625601636240130123
Binary11111010110101101010111001110111101010000010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD6AE; }

 p { color: rgb(250,214,174); }

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

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

 a { background-color: rgb(250,214,174); }

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

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

 span { border-color: rgb(250,214,174); }

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