#F4D4AD

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

Shades of Pink Lady #F4D4AD

Tints of Pink Lady #F4D4AD

Color information

#F4D4AD (or 0xF4D4AD) is unknown color: approx Pink Lady. HEX triplet: F4, D4 and AD. RGB value is (244,212,173). Sum of RGB (Red+Green+Blue) = 244+212+173=629 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.79% from 629); Green value is 212 (83.20% from 255 or 33.70% from 629); Blue value is 173 (67.97% from 255 or 27.50% from 629); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4D4AD is #0B2B52. Grayscale: #D9D9D9. Windows color (decimal): -731987 or 11392244. OLE color: 11392244.

HSL color Cylindrical-coordinate representation of color #F4D4AD: hue angle of 32.96º 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 #F4D4AD is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB244212173-
CMYK00.130.290.04
HSL32.96º76.34%81.76%-
HSV(B)32.96º29.1%95.69%-
XYZ68.3969.3449.31-
YUV217.12103.1147.17-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.79%
GREEN value IS 212 (83.20% from 255) = 33.70%
BLUE value IS 173 (67.97% from 255) = 27.50%
R=38.79%
G=33.70%
B=27.50%

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
Decimal24421217300.130.290.0432.9676.3481.76
HexF4D4AD0D1D4214c52
Octal36432425501535441114122
Binary111101001101010010101101011011110110010000110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4D4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4D4AD; }

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

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

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

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

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

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

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

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