#F8D1AD

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

Shades of Apricot #F8D1AD

Tints of Apricot #F8D1AD

Color information

#F8D1AD (or 0xF8D1AD) is unknown color: approx Apricot. HEX triplet: F8, D1 and AD. RGB value is (248,209,173). Sum of RGB (Red+Green+Blue) = 248+209+173=630 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.37% from 630); Green value is 209 (82.03% from 255 or 33.17% from 630); Blue value is 173 (67.97% from 255 or 27.46% from 630); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D1AD is #072E52. Grayscale: #D8D8D8. Windows color (decimal): -470611 or 11391480. OLE color: 11391480.

HSL color Cylindrical-coordinate representation of color #F8D1AD: hue angle of 28.8º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8D1AD is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB248209173-
CMYK00.160.300.03
HSL28.8º84.27%82.55%-
HSV(B)28.8º30.24%97.25%-
XYZ69.0568.5749.13-
YUV216.56103.42150.43-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.37%
GREEN value IS 209 (82.03% from 255) = 33.17%
BLUE value IS 173 (67.97% from 255) = 27.46%
R=39.37%
G=33.17%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820917300.160.300.0328.884.2782.55
HexF8D1AD0101E31d5453
Octal37032125502036335124123
Binary11111000110100011010110101000011110111110110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D1AD; }

 p { color: rgb(248,209,173); }

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

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

 a { background-color: rgb(248,209,173); }

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

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

 span { border-color: rgb(248,209,173); }

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