#F8EFD2

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

Shades of China Ivory #F8EFD2

Tints of China Ivory #F8EFD2

Color information

#F8EFD2 (or 0xF8EFD2) is unknown color: approx China Ivory. HEX triplet: F8, EF and D2. RGB value is (248,239,210). Sum of RGB (Red+Green+Blue) = 248+239+210=697 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.58% from 697); Green value is 239 (93.75% from 255 or 34.29% from 697); Blue value is 210 (82.42% from 255 or 30.13% from 697); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EFD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EFD2 is #07102D. Grayscale: #EEEEEE. Windows color (decimal): -462894 or 13823992. OLE color: 13823992.

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

Color convert

RGB248239210-
CMYK00.040.150.03
HSL45.79º73.08%89.8%-
HSV(B)45.79º15.32%97.25%-
XYZ81.2186.3473.36-
YUV238.38111.98134.86-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.58%
GREEN value IS 239 (93.75% from 255) = 34.29%
BLUE value IS 210 (82.42% from 255) = 30.13%
R=35.58%
G=34.29%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823921000.040.150.0345.7973.0889.8
HexF8EFD204F32e495a
Octal3703573220417356111132
Binary111110001110111111010010010011111110111010010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EFD2; }

 p { color: rgb(248,239,210); }

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

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

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

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

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

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

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