#F8D1AE

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

Shades of Apricot #F8D1AE

Tints of Apricot #F8D1AE

Color information

#F8D1AE (or 0xF8D1AE) is unknown color: approx Apricot. HEX triplet: F8, D1 and AE. RGB value is (248,209,174). Sum of RGB (Red+Green+Blue) = 248+209+174=631 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.30% from 631); Green value is 209 (82.03% from 255 or 33.12% from 631); Blue value is 174 (68.36% from 255 or 27.58% from 631); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D1AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D1AE is #072E51. Grayscale: #D8D8D8. Windows color (decimal): -470610 or 11457016. OLE color: 11457016.

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

Color convert

RGB248209174-
CMYK00.160.300.03
HSL28.38º84.09%82.75%-
HSV(B)28.38º29.84%97.25%-
XYZ69.1568.6149.64-
YUV216.67103.92150.35-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.30%
GREEN value IS 209 (82.03% from 255) = 33.12%
BLUE value IS 174 (68.36% from 255) = 27.58%
R=39.30%
G=33.12%
B=27.58%

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
Decimal24820917400.160.300.0328.3884.0982.75
HexF8D1AE0101E31c5453
Octal37032125602036334124123
Binary11111000110100011010111001000011110111110010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D1AE; }

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

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

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

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

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

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

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

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