#FAF1CE

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

Shades of China Ivory #FAF1CE

Tints of China Ivory #FAF1CE

Color information

#FAF1CE (or 0xFAF1CE) is unknown color: approx China Ivory. HEX triplet: FA, F1 and CE. RGB value is (250,241,206). Sum of RGB (Red+Green+Blue) = 250+241+206=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 241 (94.53% from 255 or 34.58% from 697); Blue value is 206 (80.86% from 255 or 29.56% from 697); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF1CE is #050E31. Grayscale: #EFEFEF. Windows color (decimal): -331314 or 13562362. OLE color: 13562362.

HSL color Cylindrical-coordinate representation of color #FAF1CE: hue angle of 47.73º 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 #FAF1CE is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB250241206-
CMYK00.040.180.02
HSL47.73º81.48%89.41%-
HSV(B)47.73º17.6%98.04%-
XYZ82.0287.6971-
YUV239.7108.98135.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.87%
GREEN value IS 241 (94.53% from 255) = 34.58%
BLUE value IS 206 (80.86% from 255) = 29.56%
R=35.87%
G=34.58%
B=29.56%

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
Decimal25024120600.040.180.0247.7381.4889.41
HexFAF1CE04122305159
Octal3723613160422260121131
Binary1111101011110001110011100100100101011000010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF1CE; }

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

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

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

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

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

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

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

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