#FAF2CE

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

Shades of China Ivory #FAF2CE

Tints of China Ivory #FAF2CE

Color information

#FAF2CE (or 0xFAF2CE) is unknown color: approx China Ivory. HEX triplet: FA, F2 and CE. RGB value is (250,242,206). Sum of RGB (Red+Green+Blue) = 250+242+206=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 242 (94.92% from 255 or 34.67% from 698); Blue value is 206 (80.86% from 255 or 29.51% from 698); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF2CE is #050D31. Grayscale: #F0F0F0. Windows color (decimal): -331058 or 13562618. OLE color: 13562618.

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

Color convert

RGB250242206-
CMYK00.030.180.02
HSL49.09º81.48%89.41%-
HSV(B)49.09º17.6%98.04%-
XYZ82.3288.2871.09-
YUV240.29108.65134.93-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.82%
GREEN value IS 242 (94.92% from 255) = 34.67%
BLUE value IS 206 (80.86% from 255) = 29.51%
R=35.82%
G=34.67%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024220600.030.180.0249.0981.4889.41
HexFAF2CE03122315159
Octal3723623160322261121131
Binary111110101111001011001110011100101011000110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF2CE; }

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

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

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

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

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

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

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

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