#F8D7AE

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

Shades of Pink Lady #F8D7AE

Tints of Pink Lady #F8D7AE

Color information

#F8D7AE (or 0xF8D7AE) is unknown color: approx Pink Lady. HEX triplet: F8, D7 and AE. RGB value is (248,215,174). Sum of RGB (Red+Green+Blue) = 248+215+174=637 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.93% from 637); Green value is 215 (84.38% from 255 or 33.75% from 637); Blue value is 174 (68.36% from 255 or 27.32% from 637); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D7AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D7AE is #072851. Grayscale: #DCDCDC. Windows color (decimal): -469074 or 11458552. OLE color: 11458552.

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

Color convert

RGB248215174-
CMYK00.130.300.03
HSL33.24º84.09%82.75%-
HSV(B)33.24º29.84%97.25%-
XYZ70.6571.6150.14-
YUV220.19101.93147.83-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.93%
GREEN value IS 215 (84.38% from 255) = 33.75%
BLUE value IS 174 (68.36% from 255) = 27.32%
R=38.93%
G=33.75%
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
Decimal24821517400.130.300.0333.2484.0982.75
HexF8D7AE0D1E3215453
Octal37032725601536341124123
Binary11111000110101111010111001101111101110000110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D7AE; }

 p { color: rgb(248,215,174); }

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

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

 a { background-color: rgb(248,215,174); }

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

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

 span { border-color: rgb(248,215,174); }

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