#F8EFCC

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

Shades of China Ivory #F8EFCC

Tints of China Ivory #F8EFCC

Color information

#F8EFCC (or 0xF8EFCC) is unknown color: approx China Ivory. HEX triplet: F8, EF and CC. RGB value is (248,239,204). Sum of RGB (Red+Green+Blue) = 248+239+204=691 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.89% from 691); Green value is 239 (93.75% from 255 or 34.59% from 691); Blue value is 204 (80.08% from 255 or 29.52% from 691); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EFCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EFCC is #071033. Grayscale: #EDEDED. Windows color (decimal): -462900 or 13430776. OLE color: 13430776.

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

Color convert

RGB248239204-
CMYK00.040.180.03
HSL47.73º75.86%88.63%-
HSV(B)47.73º17.74%97.25%-
XYZ80.4886.0569.49-
YUV237.7108.98135.35-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.89%
GREEN value IS 239 (93.75% from 255) = 34.59%
BLUE value IS 204 (80.08% from 255) = 29.52%
R=35.89%
G=34.59%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823920400.040.180.0347.7375.8688.63
HexF8EFCC04123304c59
Octal3703573140422360114131
Binary1111100011101111110011000100100101111000010011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EFCC; }

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

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

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

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

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

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

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

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