#F7D3AF

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

Shades of Pink Lady #F7D3AF

Tints of Pink Lady #F7D3AF

Color information

#F7D3AF (or 0xF7D3AF) is unknown color: approx Pink Lady. HEX triplet: F7, D3 and AF. RGB value is (247,211,175). Sum of RGB (Red+Green+Blue) = 247+211+175=633 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.02% from 633); Green value is 211 (82.81% from 255 or 33.33% from 633); Blue value is 175 (68.75% from 255 or 27.65% from 633); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D3AF is #082C50. Grayscale: #D9D9D9. Windows color (decimal): -535633 or 11523063. OLE color: 11523063.

HSL color Cylindrical-coordinate representation of color #F7D3AF: hue angle of 30º degrees, saturation: 0.82, 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 #F7D3AF is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB247211175-
CMYK00.150.290.03
HSL30º81.82%82.75%-
HSV(B)30º29.15%96.86%-
XYZ69.3969.4650.31-
YUV217.66103.93148.93-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.02%
GREEN value IS 211 (82.81% from 255) = 33.33%
BLUE value IS 175 (68.75% from 255) = 27.65%
R=39.02%
G=33.33%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24721117500.150.290.033081.8282.75
HexF7D3AF0F1D31e5253
Octal36732325701735336122123
Binary1111011111010011101011110111111101111111010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D3AF; }

 p { color: rgb(247,211,175); }

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

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

 a { background-color: rgb(247,211,175); }

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

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

 span { border-color: rgb(247,211,175); }

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