#F8F8ED

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

Shades of Ivory #F8F8ED

Tints of Ivory #F8F8ED

Color information

#F8F8ED (or 0xF8F8ED) is unknown color: approx Ivory. HEX triplet: F8, F8 and ED. RGB value is (248,248,237). Sum of RGB (Red+Green+Blue) = 248+248+237=733 (97% of max value = 765). Red value is 248 (97.27% from 255 or 33.83% from 733); Green value is 248 (97.27% from 255 or 33.83% from 733); Blue value is 237 (92.97% from 255 or 32.33% from 733); Max value from RGB is 248 - color contains mainly: red, green. Hex color #F8F8ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F8ED is #070712. Grayscale: #F6F6F6. Windows color (decimal): -460563 or 15595768. OLE color: 15595768.

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

Color convert

RGB248248237-
CMYK000.040.03
HSL60º44%95.1%-
HSV(B)60º4.44%97.25%-
XYZ87.5693.2193.5-
YUV246.75122.5128.89-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 33.83%
GREEN value IS 248 (97.27% from 255) = 33.83%
BLUE value IS 237 (92.97% from 255) = 32.33%
R=33.83%
G=33.83%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248248237000.040.03604495.1
HexF8F8ED00433c2c5f
Octal37037035500437454137
Binary11111000111110001110110100100111111001011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F8ED; }

 p { color: rgb(248,248,237); }

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

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

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

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

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

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

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