#F7C6AD

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

Shades of Apricot #F7C6AD

Tints of Apricot #F7C6AD

Color information

#F7C6AD (or 0xF7C6AD) is unknown color: approx Apricot. HEX triplet: F7, C6 and AD. RGB value is (247,198,173). Sum of RGB (Red+Green+Blue) = 247+198+173=618 (81% of max value = 765). Red value is 247 (96.88% from 255 or 39.97% from 618); Green value is 198 (77.73% from 255 or 32.04% from 618); Blue value is 173 (67.97% from 255 or 27.99% from 618); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C6AD is #083952. Grayscale: #D1D1D1. Windows color (decimal): -538963 or 11388663. OLE color: 11388663.

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

Color convert

RGB247198173-
CMYK00.200.300.03
HSL20.27º82.22%82.35%-
HSV(B)20.27º29.96%96.86%-
XYZ66.0963.1848.25-
YUV209.8107.23154.53-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.97%
GREEN value IS 198 (77.73% from 255) = 32.04%
BLUE value IS 173 (67.97% from 255) = 27.99%
R=39.97%
G=32.04%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719817300.200.300.0320.2782.2282.35
HexF7C6AD0141E3145252
Octal36730625502436324122122
Binary11110111110001101010110101010011110111010010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C6AD; }

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

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

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

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

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

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

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

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