#FAEFCF

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

Shades of China Ivory #FAEFCF

Tints of China Ivory #FAEFCF

Color information

#FAEFCF (or 0xFAEFCF) is unknown color: approx China Ivory. HEX triplet: FA, EF and CF. RGB value is (250,239,207). Sum of RGB (Red+Green+Blue) = 250+239+207=696 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.92% from 696); Green value is 239 (93.75% from 255 or 34.34% from 696); Blue value is 207 (81.25% from 255 or 29.74% from 696); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFCF is #051030. Grayscale: #EEEEEE. Windows color (decimal): -331825 or 13627386. OLE color: 13627386.

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

Color convert

RGB250239207-
CMYK00.040.170.02
HSL44.65º81.13%89.61%-
HSV(B)44.65º17.2%98.04%-
XYZ81.5586.5671.44-
YUV238.64110.14136.1-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.92%
GREEN value IS 239 (93.75% from 255) = 34.34%
BLUE value IS 207 (81.25% from 255) = 29.74%
R=35.92%
G=34.34%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023920700.040.170.0244.6581.1389.61
HexFAEFCF041122d515a
Octal3723573170421255121132
Binary1111101011101111110011110100100011010110110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFCF; }

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

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

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

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

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

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

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

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