#F8C9AC

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

Shades of Apricot #F8C9AC

Tints of Apricot #F8C9AC

Color information

#F8C9AC (or 0xF8C9AC) is unknown color: approx Apricot. HEX triplet: F8, C9 and AC. RGB value is (248,201,172). Sum of RGB (Red+Green+Blue) = 248+201+172=621 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.94% from 621); Green value is 201 (78.91% from 255 or 32.37% from 621); Blue value is 172 (67.58% from 255 or 27.70% from 621); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C9AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C9AC is #073653. Grayscale: #D3D3D3. Windows color (decimal): -472660 or 11323896. OLE color: 11323896.

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

Color convert

RGB248201172-
CMYK00.190.310.03
HSL22.89º84.44%82.35%-
HSV(B)22.89º30.65%97.25%-
XYZ67.0464.7147.99-
YUV211.75105.57153.86-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.94%
GREEN value IS 201 (78.91% from 255) = 32.37%
BLUE value IS 172 (67.58% from 255) = 27.70%
R=39.94%
G=32.37%
B=27.70%

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
Decimal24820117200.190.310.0322.8984.4482.35
HexF8C9AC0131F3175452
Octal37031125402337327124122
Binary11111000110010011010110001001111111111011110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C9AC; }

 p { color: rgb(248,201,172); }

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

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

 a { background-color: rgb(248,201,172); }

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

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

 span { border-color: rgb(248,201,172); }

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