#FAEFCE

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

Shades of China Ivory #FAEFCE

Tints of China Ivory #FAEFCE

Color information

#FAEFCE (or 0xFAEFCE) is unknown color: approx China Ivory. HEX triplet: FA, EF and CE. RGB value is (250,239,206). Sum of RGB (Red+Green+Blue) = 250+239+206=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 239 (93.75% from 255 or 34.39% from 695); Blue value is 206 (80.86% from 255 or 29.64% from 695); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFCE is #051031. Grayscale: #EEEEEE. Windows color (decimal): -331826 or 13561850. OLE color: 13561850.

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

Color convert

RGB250239206-
CMYK00.040.180.02
HSL45º81.48%89.41%-
HSV(B)45º17.6%98.04%-
XYZ81.4386.5170.8-
YUV238.53109.64136.18-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.97%
GREEN value IS 239 (93.75% from 255) = 34.39%
BLUE value IS 206 (80.86% from 255) = 29.64%
R=35.97%
G=34.39%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023920600.040.180.024581.4889.41
HexFAEFCE041222d5159
Octal3723573160422255121131
Binary1111101011101111110011100100100101010110110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFCE; }

 p { color: rgb(250,239,206); }

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

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

 a { background-color: rgb(250,239,206); }

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

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

 span { border-color: rgb(250,239,206); }

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