#F7C8AA

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

Shades of Apricot #F7C8AA

Tints of Apricot #F7C8AA

Color information

#F7C8AA (or 0xF7C8AA) is unknown color: approx Apricot. HEX triplet: F7, C8 and AA. RGB value is (247,200,170). Sum of RGB (Red+Green+Blue) = 247+200+170=617 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.03% from 617); Green value is 200 (78.52% from 255 or 32.41% from 617); Blue value is 170 (66.80% from 255 or 27.55% from 617); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C8AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C8AA is #083755. Grayscale: #D2D2D2. Windows color (decimal): -538454 or 11192567. OLE color: 11192567.

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

Color convert

RGB247200170-
CMYK00.190.310.03
HSL23.38º82.8%81.76%-
HSV(B)23.38º31.17%96.86%-
XYZ66.2763.9846.89-
YUV210.63105.07153.94-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.03%
GREEN value IS 200 (78.52% from 255) = 32.41%
BLUE value IS 170 (66.80% from 255) = 27.55%
R=40.03%
G=32.41%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720017000.190.310.0323.3882.881.76
HexF7C8AA0131F3175352
Octal36731025202337327123122
Binary11110111110010001010101001001111111111011110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C8AA; }

 p { color: rgb(247,200,170); }

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

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

 a { background-color: rgb(247,200,170); }

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

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

 span { border-color: rgb(247,200,170); }

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