#F5D7AD

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

Shades of Pink Lady #F5D7AD

Tints of Pink Lady #F5D7AD

Color information

#F5D7AD (or 0xF5D7AD) is unknown color: approx Pink Lady. HEX triplet: F5, D7 and AD. RGB value is (245,215,173). Sum of RGB (Red+Green+Blue) = 245+215+173=633 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.70% from 633); Green value is 215 (84.38% from 255 or 33.97% from 633); Blue value is 173 (67.97% from 255 or 27.33% from 633); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D7AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D7AD is #0A2852. Grayscale: #DBDBDB. Windows color (decimal): -665683 or 11393013. OLE color: 11393013.

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

Color convert

RGB245215173-
CMYK00.120.290.04
HSL35º78.26%81.96%-
HSV(B)35º29.39%96.08%-
XYZ69.571.0349.58-
YUV219.18101.94146.42-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.70%
GREEN value IS 215 (84.38% from 255) = 33.97%
BLUE value IS 173 (67.97% from 255) = 27.33%
R=38.70%
G=33.97%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521517300.120.290.043578.2681.96
HexF5D7AD0C1D4234e52
Octal36532725501435443116122
Binary111101011101011110101101011001110110010001110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D7AD; }

 p { color: rgb(245,215,173); }

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

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

 a { background-color: rgb(245,215,173); }

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

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

 span { border-color: rgb(245,215,173); }

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