#FAF5D6

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

Shades of China Ivory #FAF5D6

Tints of China Ivory #FAF5D6

Color information

#FAF5D6 (or 0xFAF5D6) is unknown color: approx China Ivory. HEX triplet: FA, F5 and D6. RGB value is (250,245,214). Sum of RGB (Red+Green+Blue) = 250+245+214=709 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.26% from 709); Green value is 245 (96.09% from 255 or 34.56% from 709); Blue value is 214 (83.98% from 255 or 30.18% from 709); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF5D6 is #050A29. Grayscale: #F3F3F3. Windows color (decimal): -330282 or 14087674. OLE color: 14087674.

HSL color Cylindrical-coordinate representation of color #FAF5D6: hue angle of 51.67º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FAF5D6 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB250245214-
CMYK00.020.140.02
HSL51.67º78.26%90.98%-
HSV(B)51.67º14.4%98.04%-
XYZ84.2190.4876.64-
YUV242.96111.66133.02-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.26%
GREEN value IS 245 (96.09% from 255) = 34.56%
BLUE value IS 214 (83.98% from 255) = 30.18%
R=35.26%
G=34.56%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024521400.020.140.0251.6778.2690.98
HexFAF5D602E2344e5b
Octal3723653260216264116133
Binary11111010111101011101011001011101011010010011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF5D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF5D6; }

 p { color: rgb(250,245,214); }

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

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

 a { background-color: rgb(250,245,214); }

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

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

 span { border-color: rgb(250,245,214); }

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