#F5D5AF

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

Shades of Pink Lady #F5D5AF

Tints of Pink Lady #F5D5AF

Color information

#F5D5AF (or 0xF5D5AF) is unknown color: approx Pink Lady. HEX triplet: F5, D5 and AF. RGB value is (245,213,175). Sum of RGB (Red+Green+Blue) = 245+213+175=633 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.70% from 633); Green value is 213 (83.59% from 255 or 33.65% from 633); Blue value is 175 (68.75% from 255 or 27.65% from 633); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D5AF is #0A2A50. Grayscale: #DADADA. Windows color (decimal): -666193 or 11523573. OLE color: 11523573.

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

Color convert

RGB245213175-
CMYK00.130.290.04
HSL32.57º77.78%82.35%-
HSV(B)32.57º28.57%96.08%-
XYZ69.1970.150.44-
YUV218.24103.6147.09-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.70%
GREEN value IS 213 (83.59% from 255) = 33.65%
BLUE value IS 175 (68.75% from 255) = 27.65%
R=38.70%
G=33.65%
B=27.65%

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
Decimal24521317500.130.290.0432.5777.7882.35
HexF5D5AF0D1D4214e52
Octal36532525701535441116122
Binary111101011101010110101111011011110110010000110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D5AF; }

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

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

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

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

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

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

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

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