#F8C8AC

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

Shades of Apricot #F8C8AC

Tints of Apricot #F8C8AC

Color information

#F8C8AC (or 0xF8C8AC) is unknown color: approx Apricot. HEX triplet: F8, C8 and AC. RGB value is (248,200,172). Sum of RGB (Red+Green+Blue) = 248+200+172=620 (82% of max value = 765). Red value is 248 (97.27% from 255 or 40% from 620); Green value is 200 (78.52% from 255 or 32.26% from 620); Blue value is 172 (67.58% from 255 or 27.74% from 620); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C8AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C8AC is #073753. Grayscale: #D3D3D3. Windows color (decimal): -472916 or 11323640. OLE color: 11323640.

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

Color convert

RGB248200172-
CMYK00.190.310.03
HSL22.11º84.44%82.35%-
HSV(B)22.11º30.65%97.25%-
XYZ66.8164.2447.91-
YUV211.16105.9154.28-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40%
GREEN value IS 200 (78.52% from 255) = 32.26%
BLUE value IS 172 (67.58% from 255) = 27.74%
R=40%
G=32.26%
B=27.74%

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
Decimal24820017200.190.310.0322.1184.4482.35
HexF8C8AC0131F3165452
Octal37031025402337326124122
Binary11111000110010001010110001001111111111011010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C8AC; }

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

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

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

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

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

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

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

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