#F6D5AD

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

Shades of Pink Lady #F6D5AD

Tints of Pink Lady #F6D5AD

Color information

#F6D5AD (or 0xF6D5AD) is unknown color: approx Pink Lady. HEX triplet: F6, D5 and AD. RGB value is (246,213,173). Sum of RGB (Red+Green+Blue) = 246+213+173=632 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.92% from 632); Green value is 213 (83.59% from 255 or 33.70% from 632); Blue value is 173 (67.97% from 255 or 27.37% from 632); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D5AD is #092A52. Grayscale: #DADADA. Windows color (decimal): -600659 or 11392502. OLE color: 11392502.

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

Color convert

RGB246213173-
CMYK00.130.300.04
HSL32.88º80.22%82.16%-
HSV(B)32.88º29.67%96.47%-
XYZ69.3470.249.43-
YUV218.31102.43147.75-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.92%
GREEN value IS 213 (83.59% from 255) = 33.70%
BLUE value IS 173 (67.97% from 255) = 27.37%
R=38.92%
G=33.70%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621317300.130.300.0432.8880.2282.16
HexF6D5AD0D1E4215052
Octal36632525501536441120122
Binary111101101101010110101101011011111010010000110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D5AD; }

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

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

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

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

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

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

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

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