#F8D7AF

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

Shades of Pink Lady #F8D7AF

Tints of Pink Lady #F8D7AF

Color information

#F8D7AF (or 0xF8D7AF) is unknown color: approx Pink Lady. HEX triplet: F8, D7 and AF. RGB value is (248,215,175). Sum of RGB (Red+Green+Blue) = 248+215+175=638 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.87% from 638); Green value is 215 (84.38% from 255 or 33.70% from 638); Blue value is 175 (68.75% from 255 or 27.43% from 638); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D7AF is #072850. Grayscale: #DCDCDC. Windows color (decimal): -469073 or 11524088. OLE color: 11524088.

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

Color convert

RGB248215175-
CMYK00.130.290.03
HSL32.88º83.91%82.94%-
HSV(B)32.88º29.44%97.25%-
XYZ70.7571.6550.66-
YUV220.31102.43147.75-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.87%
GREEN value IS 215 (84.38% from 255) = 33.70%
BLUE value IS 175 (68.75% from 255) = 27.43%
R=38.87%
G=33.70%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821517500.130.290.0332.8883.9182.94
HexF8D7AF0D1D3215453
Octal37032725701535341124123
Binary11111000110101111010111101101111011110000110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D7AF; }

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

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

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

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

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

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

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

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