#F9D5AD

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

Shades of Pink Lady #F9D5AD

Tints of Pink Lady #F9D5AD

Color information

#F9D5AD (or 0xF9D5AD) is unknown color: approx Pink Lady. HEX triplet: F9, D5 and AD. RGB value is (249,213,173). Sum of RGB (Red+Green+Blue) = 249+213+173=635 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.21% from 635); Green value is 213 (83.59% from 255 or 33.54% from 635); Blue value is 173 (67.97% from 255 or 27.24% from 635); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9D5AD is #062A52. Grayscale: #DBDBDB. Windows color (decimal): -404051 or 11392505. OLE color: 11392505.

HSL color Cylindrical-coordinate representation of color #F9D5AD: hue angle of 31.58º degrees, saturation: 0.86, 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 #F9D5AD is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB249213173-
CMYK00.140.310.02
HSL31.58º86.36%82.75%-
HSV(B)31.58º30.52%97.65%-
XYZ70.470.7549.48-
YUV219.2101.93149.25-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.21%
GREEN value IS 213 (83.59% from 255) = 33.54%
BLUE value IS 173 (67.97% from 255) = 27.24%
R=39.21%
G=33.54%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921317300.140.310.0231.5886.3682.75
HexF9D5AD0E1F2205653
Octal37132525501637240126123
Binary11111001110101011010110101110111111010000010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D5AD; }

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

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

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

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

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

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

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

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