#F6D7AD

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

Shades of Pink Lady #F6D7AD

Tints of Pink Lady #F6D7AD

Color information

#F6D7AD (or 0xF6D7AD) is unknown color: approx Pink Lady. HEX triplet: F6, D7 and AD. RGB value is (246,215,173). Sum of RGB (Red+Green+Blue) = 246+215+173=634 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.80% from 634); Green value is 215 (84.38% from 255 or 33.91% from 634); Blue value is 173 (67.97% from 255 or 27.29% from 634); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D7AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D7AD is #092852. Grayscale: #DBDBDB. Windows color (decimal): -600147 or 11393014. OLE color: 11393014.

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

Color convert

RGB246215173-
CMYK00.130.300.04
HSL34.52º80.22%82.16%-
HSV(B)34.52º29.67%96.47%-
XYZ69.8571.2149.6-
YUV219.48101.77146.92-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.80%
GREEN value IS 215 (84.38% from 255) = 33.91%
BLUE value IS 173 (67.97% from 255) = 27.29%
R=38.80%
G=33.91%
B=27.29%

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
Decimal24621517300.130.300.0434.5280.2282.16
HexF6D7AD0D1E4235052
Octal36632725501536443120122
Binary111101101101011110101101011011111010010001110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D7AD; }

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

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

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

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

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

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

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

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