#F7D1AD

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

Shades of Apricot #F7D1AD

Tints of Apricot #F7D1AD

Color information

#F7D1AD (or 0xF7D1AD) is unknown color: approx Apricot. HEX triplet: F7, D1 and AD. RGB value is (247,209,173). Sum of RGB (Red+Green+Blue) = 247+209+173=629 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.27% from 629); Green value is 209 (82.03% from 255 or 33.23% from 629); Blue value is 173 (67.97% from 255 or 27.50% from 629); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D1AD is #082E52. Grayscale: #D8D8D8. Windows color (decimal): -536147 or 11391479. OLE color: 11391479.

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

Color convert

RGB247209173-
CMYK00.150.300.03
HSL29.19º82.22%82.35%-
HSV(B)29.19º29.96%96.86%-
XYZ68.768.3949.12-
YUV216.26103.59149.93-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.27%
GREEN value IS 209 (82.03% from 255) = 33.23%
BLUE value IS 173 (67.97% from 255) = 27.50%
R=39.27%
G=33.23%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720917300.150.300.0329.1982.2282.35
HexF7D1AD0F1E31d5252
Octal36732125501736335122122
Binary1111011111010001101011010111111110111110110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D1AD; }

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

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

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

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

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

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

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

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