#F8F0DC

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

Shades of Apricot White #F8F0DC

Tints of Apricot White #F8F0DC

Color information

#F8F0DC (or 0xF8F0DC) is unknown color: approx Apricot White. HEX triplet: F8, F0 and DC. RGB value is (248,240,220). Sum of RGB (Red+Green+Blue) = 248+240+220=708 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.03% from 708); Green value is 240 (94.14% from 255 or 33.90% from 708); Blue value is 220 (86.33% from 255 or 31.07% from 708); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F0DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F0DC is #070F23. Grayscale: #F0F0F0. Windows color (decimal): -462628 or 14479608. OLE color: 14479608.

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

Color convert

RGB248240220-
CMYK00.030.110.03
HSL42.86º66.67%91.76%-
HSV(B)42.86º11.29%97.25%-
XYZ82.7987.4480.23-
YUV240.11116.65133.63-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.03%
GREEN value IS 240 (94.14% from 255) = 33.90%
BLUE value IS 220 (86.33% from 255) = 31.07%
R=35.03%
G=33.90%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824022000.030.110.0342.8666.6791.76
HexF8F0DC03B32b435c
Octal3703603340313353103134
Binary11111000111100001101110001110111110101110000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F0DC; }

 p { color: rgb(248,240,220); }

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

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

 a { background-color: rgb(248,240,220); }

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

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

 span { border-color: rgb(248,240,220); }

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