#F6D8AF

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

Shades of Pink Lady #F6D8AF

Tints of Pink Lady #F6D8AF

Color information

#F6D8AF (or 0xF6D8AF) is unknown color: approx Pink Lady. HEX triplet: F6, D8 and AF. RGB value is (246,216,175). Sum of RGB (Red+Green+Blue) = 246+216+175=637 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.62% from 637); Green value is 216 (84.77% from 255 or 33.91% from 637); Blue value is 175 (68.75% from 255 or 27.47% from 637); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D8AF is #092750. Grayscale: #DCDCDC. Windows color (decimal): -599889 or 11524342. OLE color: 11524342.

HSL color Cylindrical-coordinate representation of color #F6D8AF: hue angle of 34.65º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F6D8AF is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB246216175-
CMYK00.120.290.04
HSL34.65º79.78%82.55%-
HSV(B)34.65º28.86%96.47%-
XYZ70.371.850.71-
YUV220.3102.44146.33-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.62%
GREEN value IS 216 (84.77% from 255) = 33.91%
BLUE value IS 175 (68.75% from 255) = 27.47%
R=38.62%
G=33.91%
B=27.47%

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
Decimal24621617500.120.290.0434.6579.7882.55
HexF6D8AF0C1D4235053
Octal36633025701435443120123
Binary111101101101100010101111011001110110010001110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D8AF; }

 p { color: rgb(246,216,175); }

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

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

 a { background-color: rgb(246,216,175); }

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

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

 span { border-color: rgb(246,216,175); }

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