#FAF4CF

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

Shades of China Ivory #FAF4CF

Tints of China Ivory #FAF4CF

Color information

#FAF4CF (or 0xFAF4CF) is unknown color: approx China Ivory. HEX triplet: FA, F4 and CF. RGB value is (250,244,207). Sum of RGB (Red+Green+Blue) = 250+244+207=701 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.66% from 701); Green value is 244 (95.70% from 255 or 34.81% from 701); Blue value is 207 (81.25% from 255 or 29.53% from 701); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF4CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF4CF is #050B30. Grayscale: #F1F1F1. Windows color (decimal): -330545 or 13628666. OLE color: 13628666.

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

Color convert

RGB250244207-
CMYK00.020.170.02
HSL51.63º81.13%89.61%-
HSV(B)51.63º17.2%98.04%-
XYZ83.0489.5371.94-
YUV241.58108.49134.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.66%
GREEN value IS 244 (95.70% from 255) = 34.81%
BLUE value IS 207 (81.25% from 255) = 29.53%
R=35.66%
G=34.81%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024420700.020.170.0251.6381.1389.61
HexFAF4CF0211234515a
Octal3723643170221264121132
Binary111110101111010011001111010100011011010010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF4CF; }

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

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

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

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

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

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

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

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