#F8F1DA

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

Shades of Apricot White #F8F1DA

Tints of Apricot White #F8F1DA

Color information

#F8F1DA (or 0xF8F1DA) is unknown color: approx Apricot White. HEX triplet: F8, F1 and DA. RGB value is (248,241,218). Sum of RGB (Red+Green+Blue) = 248+241+218=707 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.08% from 707); Green value is 241 (94.53% from 255 or 34.09% from 707); Blue value is 218 (85.55% from 255 or 30.83% from 707); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F1DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F1DA is #070E25. Grayscale: #F0F0F0. Windows color (decimal): -462374 or 14348792. OLE color: 14348792.

HSL color Cylindrical-coordinate representation of color #F8F1DA: hue angle of 46º degrees, saturation: 0.68, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F8F1DA is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB248241218-
CMYK00.030.120.03
HSL46º68.18%91.37%-
HSV(B)46º12.1%97.25%-
XYZ82.8287.9378.94-
YUV240.47115.32133.37-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.08%
GREEN value IS 241 (94.53% from 255) = 34.09%
BLUE value IS 218 (85.55% from 255) = 30.83%
R=35.08%
G=34.09%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824121800.030.120.034668.1891.37
HexF8F1DA03C32e445b
Octal3703613320314356104133
Binary11111000111100011101101001111001110111010001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F1DA; }

 p { color: rgb(248,241,218); }

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

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

 a { background-color: rgb(248,241,218); }

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

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

 span { border-color: rgb(248,241,218); }

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