#F8F8EE

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

Shades of Ivory #F8F8EE

Tints of Ivory #F8F8EE

Color information

#F8F8EE (or 0xF8F8EE) is unknown color: approx Ivory. HEX triplet: F8, F8 and EE. RGB value is (248,248,238). Sum of RGB (Red+Green+Blue) = 248+248+238=734 (97% of max value = 765). Red value is 248 (97.27% from 255 or 33.79% from 734); Green value is 248 (97.27% from 255 or 33.79% from 734); Blue value is 238 (93.36% from 255 or 32.43% from 734); Max value from RGB is 248 - color contains mainly: red, green. Hex color #F8F8EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F8EE is #070711. Grayscale: #F6F6F6. Windows color (decimal): -460562 or 15661304. OLE color: 15661304.

HSL color Cylindrical-coordinate representation of color #F8F8EE: hue angle of 60º degrees, saturation: 0.42, 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 #F8F8EE is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB248248238-
CMYK000.040.03
HSL60º41.67%95.29%-
HSV(B)60º4.03%97.25%-
XYZ87.7193.2694.27-
YUV246.86123128.81-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 33.79%
GREEN value IS 248 (97.27% from 255) = 33.79%
BLUE value IS 238 (93.36% from 255) = 32.43%
R=33.79%
G=33.79%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248248238000.040.036041.6795.29
HexF8F8EE00433c2a5f
Octal37037035600437452137
Binary11111000111110001110111000100111111001010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F8EE; }

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

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

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

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

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

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

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

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