#F4D5AD

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

Shades of Pink Lady #F4D5AD

Tints of Pink Lady #F4D5AD

Color information

#F4D5AD (or 0xF4D5AD) is unknown color: approx Pink Lady. HEX triplet: F4, D5 and AD. RGB value is (244,213,173). Sum of RGB (Red+Green+Blue) = 244+213+173=630 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.73% from 630); Green value is 213 (83.59% from 255 or 33.81% from 630); Blue value is 173 (67.97% from 255 or 27.46% from 630); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4D5AD is #0B2A52. Grayscale: #D9D9D9. Windows color (decimal): -731731 or 11392500. OLE color: 11392500.

HSL color Cylindrical-coordinate representation of color #F4D5AD: hue angle of 33.8º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F4D5AD is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB244213173-
CMYK00.130.290.04
HSL33.8º76.34%81.76%-
HSV(B)33.8º29.1%95.69%-
XYZ68.6569.8449.4-
YUV217.71102.77146.75-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.73%
GREEN value IS 213 (83.59% from 255) = 33.81%
BLUE value IS 173 (67.97% from 255) = 27.46%
R=38.73%
G=33.81%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24421317300.130.290.0433.876.3481.76
HexF4D5AD0D1D4224c52
Octal36432525501535442114122
Binary111101001101010110101101011011110110010001010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4D5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4D5AD; }

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

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

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

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

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

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

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

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