#F7D8AE

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

Shades of Pink Lady #F7D8AE

Tints of Pink Lady #F7D8AE

Color information

#F7D8AE (or 0xF7D8AE) is unknown color: approx Pink Lady. HEX triplet: F7, D8 and AE. RGB value is (247,216,174). Sum of RGB (Red+Green+Blue) = 247+216+174=637 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.78% from 637); Green value is 216 (84.77% from 255 or 33.91% from 637); Blue value is 174 (68.36% from 255 or 27.32% from 637); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D8AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D8AE is #082751. Grayscale: #DCDCDC. Windows color (decimal): -534354 or 11458807. OLE color: 11458807.

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

Color convert

RGB247216174-
CMYK00.130.300.03
HSL34.52º82.02%82.55%-
HSV(B)34.52º29.55%96.86%-
XYZ70.5571.9450.21-
YUV220.48101.77146.92-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.78%
GREEN value IS 216 (84.77% from 255) = 33.91%
BLUE value IS 174 (68.36% from 255) = 27.32%
R=38.78%
G=33.91%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24721617400.130.300.0334.5282.0282.55
HexF7D8AE0D1E3235253
Octal36733025601536343122123
Binary11110111110110001010111001101111101110001110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D8AE; }

 p { color: rgb(247,216,174); }

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

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

 a { background-color: rgb(247,216,174); }

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

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

 span { border-color: rgb(247,216,174); }

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