#F8F0CE

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

Shades of China Ivory #F8F0CE

Tints of China Ivory #F8F0CE

Color information

#F8F0CE (or 0xF8F0CE) is unknown color: approx China Ivory. HEX triplet: F8, F0 and CE. RGB value is (248,240,206). Sum of RGB (Red+Green+Blue) = 248+240+206=694 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.73% from 694); Green value is 240 (94.14% from 255 or 34.58% from 694); Blue value is 206 (80.86% from 255 or 29.68% from 694); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F0CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F0CE is #070F31. Grayscale: #EEEEEE. Windows color (decimal): -462642 or 13562104. OLE color: 13562104.

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

Color convert

RGB248240206-
CMYK00.030.170.03
HSL48.57º75%89.02%-
HSV(B)48.57º16.94%97.25%-
XYZ81.0186.7370.86-
YUV238.52109.65134.76-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.73%
GREEN value IS 240 (94.14% from 255) = 34.58%
BLUE value IS 206 (80.86% from 255) = 29.68%
R=35.73%
G=34.58%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824020600.030.170.0348.577589.02
HexF8F0CE03113314b59
Octal3703603160321361113131
Binary111110001111000011001110011100011111000110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F0CE; }

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

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

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

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

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

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

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

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