#F7C7AC

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

Shades of Apricot #F7C7AC

Tints of Apricot #F7C7AC

Color information

#F7C7AC (or 0xF7C7AC) is unknown color: approx Apricot. HEX triplet: F7, C7 and AC. RGB value is (247,199,172). Sum of RGB (Red+Green+Blue) = 247+199+172=618 (81% of max value = 765). Red value is 247 (96.88% from 255 or 39.97% from 618); Green value is 199 (78.12% from 255 or 32.20% from 618); Blue value is 172 (67.58% from 255 or 27.83% from 618); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C7AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C7AC is #083853. Grayscale: #D2D2D2. Windows color (decimal): -538708 or 11323383. OLE color: 11323383.

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

Color convert

RGB247199172-
CMYK00.190.300.03
HSL21.6º82.42%82.16%-
HSV(B)21.6º30.36%96.86%-
XYZ66.2363.647.82-
YUV210.27106.4154.2-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.97%
GREEN value IS 199 (78.12% from 255) = 32.20%
BLUE value IS 172 (67.58% from 255) = 27.83%
R=39.97%
G=32.20%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719917200.190.300.0321.682.4282.16
HexF7C7AC0131E3165252
Octal36730725402336326122122
Binary11110111110001111010110001001111110111011010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C7AC; }

 p { color: rgb(247,199,172); }

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

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

 a { background-color: rgb(247,199,172); }

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

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

 span { border-color: rgb(247,199,172); }

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