#F5D5AE

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

Shades of Pink Lady #F5D5AE

Tints of Pink Lady #F5D5AE

Color information

#F5D5AE (or 0xF5D5AE) is unknown color: approx Pink Lady. HEX triplet: F5, D5 and AE. RGB value is (245,213,174). Sum of RGB (Red+Green+Blue) = 245+213+174=632 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.77% from 632); Green value is 213 (83.59% from 255 or 33.70% from 632); Blue value is 174 (68.36% from 255 or 27.53% from 632); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D5AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D5AE is #0A2A51. Grayscale: #DADADA. Windows color (decimal): -666194 or 11458037. OLE color: 11458037.

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

Color convert

RGB245213174-
CMYK00.130.290.04
HSL32.96º78.02%82.16%-
HSV(B)32.96º28.98%96.08%-
XYZ69.0970.0649.93-
YUV218.12103.1147.17-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.77%
GREEN value IS 213 (83.59% from 255) = 33.70%
BLUE value IS 174 (68.36% from 255) = 27.53%
R=38.77%
G=33.70%
B=27.53%

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
Decimal24521317400.130.290.0432.9678.0282.16
HexF5D5AE0D1D4214e52
Octal36532525601535441116122
Binary111101011101010110101110011011110110010000110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D5AE; }

 p { color: rgb(245,213,174); }

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

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

 a { background-color: rgb(245,213,174); }

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

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

 span { border-color: rgb(245,213,174); }

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