#F9D6AD

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

Shades of Pink Lady #F9D6AD

Tints of Pink Lady #F9D6AD

Color information

#F9D6AD (or 0xF9D6AD) is unknown color: approx Pink Lady. HEX triplet: F9, D6 and AD. RGB value is (249,214,173). Sum of RGB (Red+Green+Blue) = 249+214+173=636 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.15% from 636); Green value is 214 (83.98% from 255 or 33.65% from 636); Blue value is 173 (67.97% from 255 or 27.20% from 636); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9D6AD is #062952. Grayscale: #DBDBDB. Windows color (decimal): -403795 or 11392761. OLE color: 11392761.

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

Color convert

RGB249214173-
CMYK00.140.310.02
HSL32.37º86.36%82.75%-
HSV(B)32.37º30.52%97.65%-
XYZ70.6671.2549.56-
YUV219.79101.6148.83-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.15%
GREEN value IS 214 (83.98% from 255) = 33.65%
BLUE value IS 173 (67.97% from 255) = 27.20%
R=39.15%
G=33.65%
B=27.20%

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
Decimal24921417300.140.310.0232.3786.3682.75
HexF9D6AD0E1F2205653
Octal37132625501637240126123
Binary11111001110101101010110101110111111010000010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D6AD; }

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

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

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

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

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

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

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

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