#F7D1AF

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

Shades of Apricot #F7D1AF

Tints of Apricot #F7D1AF

Color information

#F7D1AF (or 0xF7D1AF) is unknown color: approx Apricot. HEX triplet: F7, D1 and AF. RGB value is (247,209,175). Sum of RGB (Red+Green+Blue) = 247+209+175=631 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.14% from 631); Green value is 209 (82.03% from 255 or 33.12% from 631); Blue value is 175 (68.75% from 255 or 27.73% from 631); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D1AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D1AF is #082E50. Grayscale: #D8D8D8. Windows color (decimal): -536145 or 11522551. OLE color: 11522551.

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

Color convert

RGB247209175-
CMYK00.150.290.03
HSL28.33º81.82%82.75%-
HSV(B)28.33º29.15%96.86%-
XYZ68.968.4750.14-
YUV216.49104.59149.76-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.14%
GREEN value IS 209 (82.03% from 255) = 33.12%
BLUE value IS 175 (68.75% from 255) = 27.73%
R=39.14%
G=33.12%
B=27.73%

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
Decimal24720917500.150.290.0328.3381.8282.75
HexF7D1AF0F1D31c5253
Octal36732125701735334122123
Binary1111011111010001101011110111111101111110010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D1AF; }

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

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

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

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

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

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

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

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