#F8C5AC

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

Shades of Apricot #F8C5AC

Tints of Apricot #F8C5AC

Color information

#F8C5AC (or 0xF8C5AC) is unknown color: approx Apricot. HEX triplet: F8, C5 and AC. RGB value is (248,197,172). Sum of RGB (Red+Green+Blue) = 248+197+172=617 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.19% from 617); Green value is 197 (77.34% from 255 or 31.93% from 617); Blue value is 172 (67.58% from 255 or 27.88% from 617); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C5AC is #073A53. Grayscale: #D1D1D1. Windows color (decimal): -473684 or 11322872. OLE color: 11322872.

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

Color convert

RGB248197172-
CMYK00.210.310.03
HSL19.74º84.44%82.35%-
HSV(B)19.74º30.65%97.25%-
XYZ66.1262.8747.68-
YUV209.4106.9155.53-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.19%
GREEN value IS 197 (77.34% from 255) = 31.93%
BLUE value IS 172 (67.58% from 255) = 27.88%
R=40.19%
G=31.93%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819717200.210.310.0319.7484.4482.35
HexF8C5AC0151F3145452
Octal37030525402537324124122
Binary11111000110001011010110001010111111111010010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C5AC; }

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

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

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

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

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

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

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

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