#FAF3D5

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

Shades of China Ivory #FAF3D5

Tints of China Ivory #FAF3D5

Color information

#FAF3D5 (or 0xFAF3D5) is unknown color: approx China Ivory. HEX triplet: FA, F3 and D5. RGB value is (250,243,213). Sum of RGB (Red+Green+Blue) = 250+243+213=706 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.41% from 706); Green value is 243 (95.31% from 255 or 34.42% from 706); Blue value is 213 (83.59% from 255 or 30.17% from 706); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF3D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF3D5 is #050C2A. Grayscale: #F1F1F1. Windows color (decimal): -330795 or 14021626. OLE color: 14021626.

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

Color convert

RGB250243213-
CMYK00.030.150.02
HSL48.65º78.72%90.78%-
HSV(B)48.65º14.8%98.04%-
XYZ83.4989.2375.77-
YUV241.67111.82133.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.41%
GREEN value IS 243 (95.31% from 255) = 34.42%
BLUE value IS 213 (83.59% from 255) = 30.17%
R=35.41%
G=34.42%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024321300.030.150.0248.6578.7290.78
HexFAF3D503F2314f5b
Octal3723633250317261117133
Binary11111010111100111101010101111111011000110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF3D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF3D5; }

 p { color: rgb(250,243,213); }

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

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

 a { background-color: rgb(250,243,213); }

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

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

 span { border-color: rgb(250,243,213); }

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