#FAF2D0

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

Shades of China Ivory #FAF2D0

Tints of China Ivory #FAF2D0

Color information

#FAF2D0 (or 0xFAF2D0) is unknown color: approx China Ivory. HEX triplet: FA, F2 and D0. RGB value is (250,242,208). Sum of RGB (Red+Green+Blue) = 250+242+208=700 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.71% from 700); Green value is 242 (94.92% from 255 or 34.57% from 700); Blue value is 208 (81.64% from 255 or 29.71% from 700); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF2D0 is #050D2F. Grayscale: #F0F0F0. Windows color (decimal): -331056 or 13693690. OLE color: 13693690.

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

Color convert

RGB250242208-
CMYK00.030.170.02
HSL48.57º80.77%89.8%-
HSV(B)48.57º16.8%98.04%-
XYZ82.5688.3872.38-
YUV240.52109.65134.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.71%
GREEN value IS 242 (94.92% from 255) = 34.57%
BLUE value IS 208 (81.64% from 255) = 29.71%
R=35.71%
G=34.57%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024220800.030.170.0248.5780.7789.8
HexFAF2D00311231515a
Octal3723623200321261121132
Binary111110101111001011010000011100011011000110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF2D0; }

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

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

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

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

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

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

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

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