#FAF1CF

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

Shades of China Ivory #FAF1CF

Tints of China Ivory #FAF1CF

Color information

#FAF1CF (or 0xFAF1CF) is unknown color: approx China Ivory. HEX triplet: FA, F1 and CF. RGB value is (250,241,207). Sum of RGB (Red+Green+Blue) = 250+241+207=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 241 (94.53% from 255 or 34.53% from 698); Blue value is 207 (81.25% from 255 or 29.66% from 698); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF1CF is #050E30. Grayscale: #EFEFEF. Windows color (decimal): -331313 or 13627898. OLE color: 13627898.

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

Color convert

RGB250241207-
CMYK00.040.170.02
HSL47.44º81.13%89.61%-
HSV(B)47.44º17.2%98.04%-
XYZ82.1487.7471.64-
YUV239.82109.48135.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.82%
GREEN value IS 241 (94.53% from 255) = 34.53%
BLUE value IS 207 (81.25% from 255) = 29.66%
R=35.82%
G=34.53%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024120700.040.170.0247.4481.1389.61
HexFAF1CF041122f515a
Octal3723613170421257121132
Binary1111101011110001110011110100100011010111110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF1CF; }

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

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

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

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

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

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

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

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