#FAD5AD

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

Shades of Pink Lady #FAD5AD

Tints of Pink Lady #FAD5AD

Color information

#FAD5AD (or 0xFAD5AD) is unknown color: approx Pink Lady. HEX triplet: FA, D5 and AD. RGB value is (250,213,173). Sum of RGB (Red+Green+Blue) = 250+213+173=636 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.31% from 636); Green value is 213 (83.59% from 255 or 33.49% from 636); Blue value is 173 (67.97% from 255 or 27.20% from 636); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD5AD is #052A52. Grayscale: #DBDBDB. Windows color (decimal): -338515 or 11392506. OLE color: 11392506.

HSL color Cylindrical-coordinate representation of color #FAD5AD: hue angle of 31.17º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAD5AD is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB250213173-
CMYK00.150.310.02
HSL31.17º88.51%82.94%-
HSV(B)31.17º30.8%98.04%-
XYZ70.7670.9349.5-
YUV219.5101.76149.75-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.31%
GREEN value IS 213 (83.59% from 255) = 33.49%
BLUE value IS 173 (67.97% from 255) = 27.20%
R=39.31%
G=33.49%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021317300.150.310.0231.1788.5182.94
HexFAD5AD0F1F21f5953
Octal37232525501737237131123
Binary1111101011010101101011010111111111101111110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD5AD; }

 p { color: rgb(250,213,173); }

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

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

 a { background-color: rgb(250,213,173); }

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

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

 span { border-color: rgb(250,213,173); }

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